OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAnnotation
(Results
126 - 150
of
217
) sorted by null
1
2
3
4
5
6
7
8
9
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
Key.java
218
Provides providesAnnotation = method.
getAnnotation
(Provides.class);
235
Produces producesAnnotation = method.
getAnnotation
(Produces.class);
BuilderValidator.java
69
checkArgument(subject.
getAnnotation
(builderAnnotation) != null);
ProducesMethodValidator.java
80
Produces producesAnnotation = producesMethodElement.
getAnnotation
(Produces.class);
ProductionBinding.java
111
Produces producesAnnotation = producesMethod.
getAnnotation
(Produces.class);
ProvidesMethodValidator.java
77
Provides providesAnnotation = providesMethodElement.
getAnnotation
(Provides.class);
MapKeys.java
87
MapKey mapKeyAnnotation = mapKey.getAnnotationType().asElement().
getAnnotation
(MapKey.class);
ProvisionBinding.java
162
Provides providesAnnotation = providesMethod.
getAnnotation
(Provides.class);
/external/guice/core/src/com/google/inject/internal/
Messages.java
356
+ (key.
getAnnotation
() != null ? key.
getAnnotation
() : key.getAnnotationType());
MoreTypes.java
72
} else if (key.
getAnnotation
() != null) {
73
return Key.get(key.getTypeLiteral(), key.
getAnnotation
());
/art/test/952-invoke-custom/util-src/transformer/
IndyTransformer.java
175
CalledByIndy calledByIndy = m.
getAnnotation
(CalledByIndy.class);
/external/cldr/tools/java/org/unicode/cldr/tool/
Main.java
91
CLDRTool annotation = c.
getAnnotation
(CLDRTool.class);
/external/desugar/java/com/google/devtools/common/options/
OptionDefinition.java
52
Option annotation = field == null ? null : field.
getAnnotation
(Option.class);
/external/grpc-grpc-java/testing-proto/src/test/java/io/grpc/testing/protobuf/
SimpleServiceTest.java
116
RpcMethod annotation = enclosedElement.
getAnnotation
(RpcMethod.class);
/external/guice/core/src/com/google/inject/spi/
InjectionPoint.java
248
Inject guiceInject = constructor.
getAnnotation
(Inject.class);
250
javax.inject.Inject javaxInject = constructor.
getAnnotation
(javax.inject.Inject.class);
486
Annotation a = member.
getAnnotation
(javax.inject.Inject.class);
487
return a == null ? member.
getAnnotation
(Inject.class) : a;
[
all
...]
/external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/
BoundFieldModule.java
244
Bind bindAnnotation = field.
getAnnotation
(Bind.class);
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
CheckedProviderMethodsModule.java
78
CheckedProvides checkedProvides = method.
getAnnotation
(CheckedProvides.class);
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/
Type.java
80
public AnnotationExpr
getAnnotation
(int i) {
/external/junit/src/main/java/org/junit/internal/runners/rules/
RuleMemberValidator.java
169
boolean isClassRuleAnnotated = (member.
getAnnotation
(ClassRule.class) != null);
/external/junit/src/main/java/org/junit/runner/
Description.java
259
public <T extends Annotation> T
getAnnotation
(Class<T> annotationType) {
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
ShadowMap.java
123
Implements annotation = clazz.
getAnnotation
(Implements.class);
/external/v8/tools/clang/blink_gc_plugin/
Config.h
155
return attr && (attr->
getAnnotation
() == anno);
/external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp
230
Ann->
getAnnotation
() == "objc_instance_variable_invalidator")
233
Ann->
getAnnotation
() == "objc_instance_variable_invalidator_partial")
/external/testng/src/main/java/org/testng/internal/annotations/
JDK15TagFactory.java
474
Annotation annotation = cls.
getAnnotation
(annotationClass);
503
Annotation annotation = cls.
getAnnotation
(annotationClass);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/performance/
CameraPerformanceActivity.java
211
Annotation an = method.
getAnnotation
(
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
AnnotationEntryGen.java
86
public AnnotationEntry
getAnnotation
() {
Completed in 1436 milliseconds
1
2
3
4
5
6
7
8
9