T - the annotation typepublic abstract class AbstractArrayLiteral<T extends java.lang.annotation.Annotation>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
io.micronaut.coherence.annotation.AnnotationLiteral.NoType |
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object[] |
array
The values for this annotation.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractArrayLiteral(java.lang.Object[] array)
Constructs a new array-based annotation literal.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType()
Method returns the type of the annotation literal.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
protected AbstractArrayLiteral(java.lang.Object[] array)
array - the values.public boolean equals(java.lang.Object o)
equals in interface java.lang.annotation.Annotationpublic int hashCode()
hashCode in interface java.lang.annotation.Annotationpublic java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
annotationType in interface java.lang.annotation.Annotation