public class CustomAnnotation extends Object
| Constructor and Description |
|---|
CustomAnnotation(AnnotatedElement target,
Object annotation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
getAnnotation() |
AnnotatedElement |
getTarget() |
int |
hashCode() |
public CustomAnnotation(AnnotatedElement target, Object annotation)
Copyright © 2020. All rights reserved.