Searched refs:runtimeInvisibleAnnotations (Results 1 – 3 of 3) sorted by relevance
33 final List<AnnotationNode> runtimeInvisibleAnnotations = methodNode.invisibleAnnotations; in hasLombokGeneratedAnnotation() local34 if (runtimeInvisibleAnnotations != null) { in hasLombokGeneratedAnnotation()35 for (final AnnotationNode annotation : runtimeInvisibleAnnotations) { in hasLombokGeneratedAnnotation()
171 public boolean runtimeInvisibleAnnotations = false; field in InternalOptions.AttributeRemovalOptions239 runtimeInvisibleAnnotations = update(runtimeInvisibleAnnotations, in applyPattern()
73 if (!keep.runtimeInvisibleAnnotations) { in filterAnnotations()