Class Dictionary.Literal
- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<Dictionary>
-
- hu.icellmobilsoft.coffee.model.base.annotation.Dictionary.Literal
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- Dictionary
public static final class Dictionary.Literal extends jakarta.enterprise.util.AnnotationLiteral<Dictionary> implements Dictionary
Literal class forDictionaryannotation- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hu.icellmobilsoft.coffee.model.base.annotation.Dictionary
Dictionary.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static Dictionary.LiteralINSTANCEQualifier literal instance
-
Constructor Summary
Constructors Constructor Description Literal()Default constructor, constructs a new object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DictionaryTypetype()-
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
-
-
-
-
Field Detail
-
INSTANCE
public static final Dictionary.Literal INSTANCE
Qualifier literal instance
-
-
Method Detail
-
type
public DictionaryType type()
-
-