Package com.sun.enterprise.util
Class AnnotationUtil
java.lang.Object
com.sun.enterprise.util.AnnotationUtil
Place for handy annotation utils.
- Author:
- mmares
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanpresentTransitive(Class<? extends Annotation> annotationClass, Class type) If annotation is present on given type or on annotation which is on given type.
-
Constructor Details
-
AnnotationUtil
public AnnotationUtil()
-
-
Method Details
-
presentTransitive
If annotation is present on given type or on annotation which is on given type.
-