Interface Annotations
- All Known Implementing Classes:
TypedAnnotations
public interface Annotations
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EObject
getAnnotation
(org.eclipse.xtext.naming.QualifiedName annotationName) getAnnotations
(org.eclipse.xtext.naming.QualifiedName annotationName) boolean
hasAnnotation
(org.eclipse.xtext.naming.QualifiedName annotationName)
-
Method Details
-
getAnnotatedElement
org.eclipse.emf.ecore.EObject getAnnotatedElement() -
hasAnnotation
boolean hasAnnotation(org.eclipse.xtext.naming.QualifiedName annotationName) -
getAnnotation
-
getAnnotations
-
getAllAnnotations
Stream<Annotation> getAllAnnotations()
-