OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:annotationMirror
(Results
1 - 8
of
8
) sorted by null
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
Scope.java
24
import javax.lang.model.element.
AnnotationMirror
;
44
* The underlying {@link
AnnotationMirror
} that represents the scope annotation.
47
private final
AnnotationMirror
annotationMirror
;
49
private Scope(@Nullable
AnnotationMirror
annotationMirror
) {
50
this.
annotationMirror
=
annotationMirror
;
69
Optional<
AnnotationMirror
> scopeAnnotation = getScopeAnnotation(element);
77
return
annotationMirror
!= null
[
all
...]
ConfigurationAnnotations.java
37
import javax.lang.model.element.
AnnotationMirror
;
70
static ImmutableList<TypeMirror> getComponentModules(
AnnotationMirror
componentAnnotation) {
77
static ImmutableList<TypeMirror> getComponentDependencies(
AnnotationMirror
componentAnnotation) {
84
static ImmutableList<TypeMirror> getModuleIncludes(
AnnotationMirror
moduleAnnotation) {
91
static ImmutableList<TypeMirror> getModuleInjects(
AnnotationMirror
moduleAnnotation) {
98
List<? extends
AnnotationMirror
> mirrors = element.getAnnotationMirrors();
99
for (
AnnotationMirror
mirror : mirrors) {
109
* {@code
annotationMirror
}.
111
* @throws IllegalArgumentException if no such member exists on {@code
annotationMirror
}, or it
116
AnnotationMirror
annotationMirror, String elementName)
[
all
...]
/external/desugar/java/com/google/devtools/common/options/processor/
ProcessorUtils.java
18
import javax.lang.model.element.
AnnotationMirror
;
31
/** Return the
AnnotationMirror
for the annotation of the given type on the element provided. */
32
static
AnnotationMirror
getAnnotation(
44
TypeMirror
annotationMirror
= annotationElement.asType();
46
for (
AnnotationMirror
annot : element.getAnnotationMirrors()) {
47
if (typeUtils.isSameType(annot.getAnnotationType(),
annotationMirror
)) {
62
*
AnnotationMirror
throws:
74
Elements elementUtils,
AnnotationMirror
annotation, String fieldName)
OptionProcessor.java
39
import javax.lang.model.element.
AnnotationMirror
;
335
AnnotationMirror
optionMirror =
458
AnnotationMirror
annotationMirror
=
462
elementUtils,
annotationMirror
, "expansionFunction");
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/
Helpers.java
11
import javax.lang.model.element.
AnnotationMirror
;
69
public static AnnotationValue getAnnotationTypeMirrorValue(
AnnotationMirror
annotationMirror
,
72
annotationMirror
.getElementValues().entrySet()) {
88
public static
AnnotationMirror
getAnnotationMirror(Types types, Element element,
91
for (
AnnotationMirror
m : element.getAnnotationMirrors()) {
99
public static
AnnotationMirror
getImplementsMirror(Element elem, Types types,
165
private TypeMirror getImplementedClassName(
AnnotationMirror
am) {
181
public TypeMirror getImplementedClass(
AnnotationMirror
am) {
/external/dagger2/lib/
auto-common-1.0-20151022.071545-39.jar
auto-factory-1.0-20150915.183854-35.jar
auto-value-1.4.1.jar
Completed in 716 milliseconds