Interface InterfaceModifier<T extends InterfaceModifier<T>>

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

    public interface InterfaceModifier<T extends InterfaceModifier<T>>
    Composed trait of all the modifiers that can be added to an Interface.
    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