Searched defs:annotated (Results 1 – 12 of 12) sorted by relevance
78 private boolean isDeprecated(AnnotatedElement annotated) { in isDeprecated()
53 @Test public void annotated() { in annotated() method in AnnotatedTypeNameTest58 TypeName annotated = simpleString.annotated(NEVER_NULL); in annotated() local
150 annotated = merge(cg_files, srcs) variable
111 public final TypeName annotated(AnnotationSpec... annotations) { in annotated() method in TypeName115 public TypeName annotated(List<AnnotationSpec> annotations) { in annotated() method in TypeName
42 @Override public ArrayTypeName annotated(List<AnnotationSpec> annotations) { in annotated() method in ArrayTypeName
56 @Override public ParameterizedTypeName annotated(List<AnnotationSpec> annotations) { in annotated() method in ParameterizedTypeName
56 @Override public WildcardTypeName annotated(List<AnnotationSpec> annotations) { in annotated() method in WildcardTypeName
52 @Override public TypeVariableName annotated(List<AnnotationSpec> annotations) { in annotated() method in TypeVariableName
62 @Override public ClassName annotated(List<AnnotationSpec> annotations) { in annotated() method in ClassName
141 Method annotated = (Method) dependency.getInjectionPoint().getMember(); in onNullInjectedIntoNonNullableDependency() local
106 def annotated(arg1: list): function
104 Set<? extends Element> annotated = roundEnv.getElementsAnnotatedWith(annotation); in process() local