Home
last modified time | relevance | path

Searched defs:isAnnotationPresent (Results 1 – 8 of 8) sorted by relevance

/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/nodeTypes/
DNodeWithAnnotations.java133 public default boolean isAnnotationPresent(String annotationName) { in isAnnotationPresent() method
143 public default boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent() method
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
DNodeWithAnnotations.java194 default boolean isAnnotationPresent(String annotationName) { in isAnnotationPresent() method
204 default boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent() method
/external/testng/src/main/java/org/testng/internal/annotations/
DAnnotationHelper.java286 private static boolean isAnnotationPresent(IAnnotationFinder annotationFinder, in isAnnotationPresent() method in AnnotationHelper
298 private static boolean isAnnotationPresent(IAnnotationFinder annotationFinder, Method m, in isAnnotationPresent() method in AnnotationHelper
303 private static boolean isAnnotationPresent(IAnnotationFinder annotationFinder, Class<?> cls, in isAnnotationPresent() method in AnnotationHelper
/external/guava/android/guava/src/com/google/common/reflect/
DParameter.java59 public boolean isAnnotationPresent(Class<? extends Annotation> annotationType) { in isAnnotationPresent() method in Parameter
DElement.java50 public final boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent() method in Element
/external/guava/guava/src/com/google/common/reflect/
DParameter.java66 public boolean isAnnotationPresent(Class<? extends Annotation> annotationType) { in isAnnotationPresent() method in Parameter
DElement.java50 public final boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent() method in Element
/external/dagger2/java/dagger/internal/codegen/langmodel/
DDaggerElements.java168 public static boolean isAnnotationPresent(Element element, TypeMirror annotationType) { in isAnnotationPresent() method in DaggerElements