Class KeyLiteral
- All Implemented Interfaces:
Annotation
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.smallmind.nutsnbolts.lang.AnnotationLiteral
AnnotationLiteral.PrivilegedActionForAccessibleObject -
Constructor Summary
ConstructorsConstructorDescriptionKeyLiteral(String value) KeyLiteral(String value, String alias) KeyLiteral(String value, String alias, boolean constant) KeyLiteral(String value, String alias, boolean constant, boolean nullable) -
Method Summary
Methods inherited from class org.smallmind.nutsnbolts.lang.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Constructor Details
-
KeyLiteral
-
KeyLiteral
-
KeyLiteral
-
KeyLiteral
-
-
Method Details
-
value
-
alias
-
constant
public boolean constant() -
nullable
public boolean nullable()
-