public interface TypeAnnotation
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
A name of the annotation
|
default boolean |
isPublic()
Returns whether this annotation is public or not.
|
String getName()
default boolean isPublic()
Non public annotations will however always be available through MetadataType.getAnnotation(Class) and all related
methods.
Copyright © 2025 MuleSoft, Inc.. All rights reserved.