Interface Decl._Builder

    • Method Detail

      • setDocumentation

        @Nonnull
        Decl._Builder setDocumentation​(java.lang.String value)
        Set the documentation field value.

        Documentation for the specific declaration.

        Parameters:
        value - The new value
        Returns:
        The builder
      • clearDocumentation

        @Nonnull
        Decl._Builder clearDocumentation()
        Clear the documentation field value.

        Documentation for the specific declaration.

        Returns:
        The builder
      • setName

        @Nonnull
        Decl._Builder setName​(java.lang.String value)
        Set the name field value.

        Name of the type, constant or service.

        Parameters:
        value - The new value
        Returns:
        The builder
      • clearName

        @Nonnull
        Decl._Builder clearName()
        Clear the name field value.

        Name of the type, constant or service.

        Returns:
        The builder
      • build

        @Nonnull
        Decl build()
        Returns:
        The built instance