Interface Annot8Component

    • Method Detail

      • buildCapabilities

        default void buildCapabilities​(Capabilities.Builder builder)
        Add the capabilities of this component.

        There is no need to implement this IF you are using annotation based capabilities.

        If you do override this ensure you call super.buildCapabilities(builder).

        Parameters:
        builder - the builder to add capabilities to