OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAnnotationsByType
(Results
1 - 25
of
38
) sorted by null
1
2
/libcore/ojluni/src/main/java/java/lang/reflect/
AccessibleObject.java
186
public <T extends Annotation> T[]
getAnnotationsByType
(Class<T> annotationClass) {
217
//
getAnnotationsByType
.
218
return
getAnnotationsByType
(annotationClass);
AnnotatedElement.java
48
* <p>The {@link #
getAnnotationsByType
(Class)} and {@link
112
* <tr><td align=right>{@code T[]}</td><td>{@link #
getAnnotationsByType
(Class)
getAnnotationsByType
(Class<T>)}
306
* #
getAnnotationsByType
(Class)} on the superclass with {@code
318
default <T extends Annotation> T[]
getAnnotationsByType
(Class<T> annotationClass) {
320
// {@code Method}, {@code Field}, {@code Package}. The {@link Class#
getAnnotationsByType
}
322
// default implementation for {@link AnnotatedElement#
getAnnotationsByType
(Class)} but in an
Parameter.java
286
public <T extends Annotation> T[]
getAnnotationsByType
(Class<T> annotationClass) {
316
return
getAnnotationsByType
(annotationClass);
Field.java
[
all
...]
Executable.java
547
public <T extends Annotation> T[]
getAnnotationsByType
(Class<T> annotationClass) {
/external/guava/guava/src/com/google/common/reflect/
Parameter.java
89
public <A extends Annotation> A[]
getAnnotationsByType
(Class<A> annotationType) {
/art/test/048-reflect-v8/src/
AnnotationTest.java
44
// The only requirement for #
getAnnotationsByType
is to have same ordering as
132
A[] annotationsByType = annotationUseClass.
getAnnotationsByType
(annotationClass);
202
A[] annotationsByType = m.
getAnnotationsByType
(annotationClass);
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.0.5/
kotlin-annotation-processing-1.0.5.jar
/libcore/ojluni/src/main/java/java/lang/
Package.java
421
public <A extends Annotation> A[]
getAnnotationsByType
(Class<A> annotationClass) {
422
return getPackageInfo().
getAnnotationsByType
(annotationClass);
Class.java
[
all
...]
/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
AnnotatedElementTestSupport.java
232
* Asserts that {@link AnnotatedElement#
getAnnotationsByType
(Class)} returns the
239
Annotation[] annotations = annotatedElement.
getAnnotationsByType
(annotationType);
/prebuilts/devtools/tools/lib/
ecj-4.4.jar
ecj-4.6.1.jar
/prebuilts/sdk/tools/jacks/
jack-4.31.CANDIDATE.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar
/prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar
/prebuilts/sdk/24/
android.jar
/prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar
/prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar
/prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar
/cts/tests/libcore/javautilcollections/libs/
guava-20.0.jar
/external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar
Completed in 623 milliseconds
1
2