Class Updated.Literal
- java.lang.Object
-
- io.micronaut.coherence.annotation.Updated.Literal
-
- All Implemented Interfaces:
java.lang.annotation.Annotation
- Enclosing class:
- Updated
public static class Updated.Literal extends java.lang.Object implements Updated
An annotation literal for theUpdatedannotation.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.micronaut.coherence.annotation.Updated
Updated.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static Updated.LiteralINSTANCE
-
Constructor Summary
Constructors Constructor Description Literal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends java.lang.annotation.Annotation>annotationType()Method returns the type of the annotation literal.booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
INSTANCE
public static final Updated.Literal INSTANCE
-
-
Method Detail
-
annotationType
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
Method returns the type of the annotation literal. The value is resolved lazily during the first call of this method.- Specified by:
annotationTypein interfacejava.lang.annotation.Annotation- Returns:
- annotation type of this literal.
-
equals
public boolean equals(java.lang.Object other)
- Specified by:
equalsin interfacejava.lang.annotation.Annotation- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacejava.lang.annotation.Annotation- Overrides:
hashCodein classjava.lang.Object
-
-