Interface Identified


public interface Identified
Something that can be identified by an Identity.
Since:
4.0.0
  • Method Summary

    Modifier and Type Method Description
    @NonNull Identity identity()
    Gets the identity.
  • Method Details

    • identity

      @NonNull Identity identity()
      Gets the identity.
      Returns:
      the identity
      Since:
      4.0.0