Interface InterfaceFieldModifier<T extends InterfaceFieldModifier<T>>

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

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

      • final_

        default T final_()
        Adds the final keyword to this model.
        Returns:
        a reference to this model
      • notFinal

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