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 explicit
Identifier.- Author:
- Jozef Hartinger
-
Method Summary
-
Method Details
-
getIdentifier
I getIdentifier()
-