Package io.eldermael.zwitch
Annotation Type Feature
-
@Retention(SOURCE) @Target({TYPE,FIELD,METHOD,PACKAGE}) public @interface FeatureAnnotation that marks Types and Methods to belong to a particular feature determined byvalue().
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueA single unique name for the feature represented by the annotated element.
-