Package org.jboss.weld.annotated
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 explicitIdentifier.- Author:
- Jozef Hartinger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IgetIdentifier()
-
-
-
Method Detail
-
getIdentifier
I getIdentifier()
-
-