Home
last modified time | relevance | path

Searched defs:annotationEntries (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DFieldOrMethod.java59 private AnnotationEntry[] annotationEntries; // annotations defined on the field or method field in FieldOrMethod
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DFieldGen.java97 … final AnnotationEntry[] annotationEntries = runtimeAnnotations.getAnnotationEntries(); in FieldGen() local
/external/ktfmt/core/src/main/java/com/facebook/ktfmt/format/
DKotlinInputAstVisitor.kt1753 val annotationEntries = expression.annotationEntries in <lambda>() constant