Interface AnnotationModifier<T extends AnnotationModifier<T>>

  • Type Parameters:
    T - the extending type
    All Superinterfaces:
    HasModifiers<T>
    All Known Subinterfaces:
    Annotation

    public interface AnnotationModifier<T extends AnnotationModifier<T>>
    Composed trait of all the modifiers that can be added to a Annotation.
    Since:
    2.0
    Author:
    Emil Forslund
    • Method Detail

      • public_

        default T public_()
        Adds the public keyword to this model.
        Returns:
        a reference to this model
      • notPublic

        default T notPublic()
        Removes the public keyword from this model.
        Returns:
        a reference to this model