public class AnnotationUtil extends Object
| Constructor and Description |
|---|
AnnotationUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
presentTransitive(Class<? extends Annotation> annotationClass,
Class type)
If annotation is present on given type or on annotation which is
on given type.
|
public static boolean presentTransitive(Class<? extends Annotation> annotationClass, Class type)
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.