Interface Annotation

    • Method Detail

      • of

        static Annotation of​(String name)
        Creates a new instance implementing this interface using the default implementation.
        Parameters:
        name - the name
        Returns:
        the new instance
      • 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