Reflected
- The annotation to be reflected.public class AnnotationMirror<Reflected extends Annotation> extends Object
Constructor and Description |
---|
AnnotationMirror(Reflected reflectedAnnotation)
Public constructor for the reflection class.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Reflected |
getReflectedAnnotation()
Gets the annotation being reflected.
|
int |
hashCode() |
void |
setReflectedAnnotation(Reflected reflectedAnnotation)
Sets the annotation being reflected.
|
public AnnotationMirror(Reflected reflectedAnnotation) throws org.dejava.component.exception.localized.unchecked.EmptyParameterException
reflectedAnnotation
- Annotation being reflected.org.dejava.component.exception.localized.unchecked.EmptyParameterException
- If the reflected annotation is not given.public Reflected getReflectedAnnotation()
public void setReflectedAnnotation(Reflected reflectedAnnotation)
reflectedAnnotation
- New annotation being reflected.public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
Copyright © 2013. All Rights Reserved.