public final class SemanticTermsTypeAnnotation extends Object implements org.mule.metadata.api.annotation.TypeAnnotation
TypeAnnotation that holds the semantic terms associated to annotated type.
A semantic terms describe the type's meaning and effect
| Constructor and Description |
|---|
SemanticTermsTypeAnnotation(Set<String> semanticTerms) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
Set<String> |
getSemanticTerms() |
int |
hashCode() |
boolean |
isPublic() |
public String getName()
getName in interface org.mule.metadata.api.annotation.TypeAnnotationpublic boolean isPublic()
isPublic in interface org.mule.metadata.api.annotation.TypeAnnotationCopyright © 2022 MuleSoft, Inc.. All rights reserved.