Interface Annotations

All Known Implementing Classes:
TypedAnnotations

public interface Annotations
  • Method Details

    • getAnnotatedElement

      org.eclipse.emf.ecore.EObject getAnnotatedElement()
    • hasAnnotation

      boolean hasAnnotation(org.eclipse.xtext.naming.QualifiedName annotationName)
    • getAnnotation

      Optional<Annotation> getAnnotation(org.eclipse.xtext.naming.QualifiedName annotationName)
    • getAnnotations

      Stream<Annotation> getAnnotations(org.eclipse.xtext.naming.QualifiedName annotationName)
    • getAllAnnotations

      Stream<Annotation> getAllAnnotations()