Interface Annotatable

All Superinterfaces:
Node
All Known Implementing Classes:
Argument, Field, LocalVariable, Method, Property, TypeDef, Variable

public interface Annotatable extends Node
  • Method Details

    • getAnnotations

      List<AnnotationRef> getAnnotations()
    • renderAnnotations

      default String renderAnnotations()
      Render the annotations.
      Returns:
      the rendered annotations.