public interface Stereotypes
| Modifier and Type | Method and Description |
|---|---|
Set<Annotation> |
getStereotypeDefinition(Class<? extends Annotation> stereotype)
The sets of annotations the given sterotype annotation represents.
|
boolean |
isStereotype(Class<? extends Annotation> annotationType)
Checks for sterotype annotation.
|
boolean isStereotype(Class<? extends Annotation> annotationType)
annotationType - the type to checkSet<Annotation> getStereotypeDefinition(Class<? extends Annotation> stereotype)
stereotype - a sterotype annotation (isStereotype(Class) was true)Copyright © 2019. All rights reserved.