Searched refs:SOURCE (Results 1 – 12 of 12) sorted by relevance
179 framework_srcs.append(templates.SOURCE.format(183 srcs.append(templates.SOURCE.format(188 framework_srcs.append(templates.SOURCE.format(192 srcs.append(templates.SOURCE.format(
20 import static java.lang.annotation.RetentionPolicy.SOURCE;33 @Retention(SOURCE)
20 import static java.lang.annotation.RetentionPolicy.SOURCE;34 @Retention(SOURCE)
21 import static java.lang.annotation.RetentionPolicy.SOURCE;43 @Retention(SOURCE)
21 SOURCE,
366 source.contains("SOURCE") -> AnnotationRetention.SOURCE in <lambda>()
49 SOURCE = """ variable
72 JavaFileObject.Kind.SOURCE in addSource()
136 return cls.isAnnotationType() && cls.getRetention() == AnnotationRetention.SOURCE in <lambda>()