Interface Identified<I extends Identifier>

All Known Subinterfaces:
SlimAnnotatedType<T>
All Known Implementing Classes:
BackedAnnotatedType, UnbackedAnnotatedType

public interface Identified<I extends Identifier>
Marker interface for anything that needs to be identified by an explicit Identifier.
Author:
Jozef Hartinger
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getIdentifier

      I getIdentifier()