public class AllAnnotated extends Object implements AnnotationFilter
AnnotationFilter that accepts all annotated class elements.| Modifier and Type | Field and Description |
|---|---|
static AllAnnotated |
INSTANCE |
| Constructor and Description |
|---|
AllAnnotated() |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
acceptAnnotation(String rawTypeName)
Accepts any annotation.
|
boolean |
acceptClass(String className)
Accepts annotated elements of any class.
|
public static final AllAnnotated INSTANCE
public Optional<String> acceptAnnotation(String rawTypeName)
acceptAnnotation in interface AnnotationFilterpublic boolean acceptClass(String className)
acceptClass in interface AnnotationFilterCopyright © 2025 The Cornutum Project. All rights reserved.