public interface AnnotationFilter
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
acceptAnnotation(String rawTypeName)
If the given raw type name identifies an accepted
Annotation, returns the annotation class name. |
boolean |
acceptClass(String className)
Returns true if annotated elements of the given class are accepted.
|
Optional<String> acceptAnnotation(String rawTypeName)
Annotation, returns the annotation class name.
Otherwise, returns empty.boolean acceptClass(String className)
Copyright © 2025 The Cornutum Project. All rights reserved.