@Target(value=TYPE)
 @Retention(value=RUNTIME)
public @interface Feature
| Modifier and Type | Required Element and Description | 
|---|---|
| java.lang.Class<?> | clazzGet the implementation type. | 
| java.lang.Class<?> | typeGet the interface type. | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| boolean | addlastFlag if default last feature dependency should be added. | 
| java.lang.Class<?>[] | predecessorsThe presdecessors. | 
| boolean | replaceReplace content of the existing classes. | 
| java.lang.Class<?>[] | successorsThe successors. |