Package org.jboss.weld.annotated
Interface Identifier
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AnnotatedTypeIdentifier
Marker interface for an identifier. The identifier has to be mutable and serializable.
- Author:
- Jozef Hartinger
-
Field Summary
Fields -
Method Summary
-
Field Details
-
ID_SEPARATOR
- See Also:
-
-
Method Details
-
asString
String asString()String representation of this identifier. This is required as some parts of the CDI API use String identifiers, for examplePassivationCapable.getId(). Unlike#toString(), this method returns a non-verbose canonical string identifier.- Returns:
-