Annotation Type Fenum
-
@Documented @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @SubtypeOf(FenumTop.class) public @interface Fenum
A generic fake enumeration qualifier that is parameterized by a name. It is written in source code as, for example,@Fenum("cardSuit")and@Fenum("faceValue"), which would be distinct fake enumerations.
-
-
Element Detail
-
value
String value
-
-