Interface InitalizerModifier<T extends InitalizerModifier<T>>

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

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

      • static_

        default T static_()
        Adds the static keyword to this model.
        Returns:
        a reference to this model
      • notStatic

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