com.planetalia.dynject.metamodel
Annotation Type Implementation


@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface Implementation

Specifies the class that implements a specific annotation


Required Element Summary
 java.lang.Class value
          Class implementing this annotation
 
Optional Element Summary
 java.lang.String[] parameters
          Parameters to pass to the constructor of the implementing class
 

Element Detail

value

public abstract java.lang.Class value
Class implementing this annotation

Returns:
Implementing class

parameters

public abstract java.lang.String[] parameters
Parameters to pass to the constructor of the implementing class

Returns:
Parameters to pass to the constructor of the implementing class
Default:
""