Class Error.Literal
java.lang.Object
io.micronaut.coherence.annotation.Error.Literal
- All Implemented Interfaces:
- Annotation
- Enclosing class:
- Error
An annotation literal for the 
Error
 annotation.- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class io.micronaut.coherence.annotation.ErrorError.Literal
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Error.LiteralAnnotation literal instance forError.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionClass<? extends Annotation>Method returns the type of the annotation literal.booleaninthashCode()Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.annotation.AnnotationtoString
- 
Field Details- 
INSTANCEAnnotation literal instance forError.
 
- 
- 
Constructor Details- 
Literalpublic Literal()
 
- 
- 
Method Details- 
annotationTypeMethod returns the type of the annotation literal. The value is resolved lazily during the first call of this method.- Specified by:
- annotationTypein interface- Annotation
- Returns:
- annotation type of this literal.
 
- 
equals- Specified by:
- equalsin interface- Annotation
- Overrides:
- equalsin class- Object
 
- 
hashCodepublic int hashCode()- Specified by:
- hashCodein interface- Annotation
- Overrides:
- hashCodein class- Object
 
 
-