Package org.jboss.weld.bootstrap.spi
Interface Metadata<T>
-
- Type Parameters:
T- the type of the metadata
- All Known Implementing Classes:
MetadataImpl
public interface Metadata<T>A piece of metadata, of type T- Author:
- Pete Muir
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLocation()The location of the metadata, used in error and log messagesTgetValue()The metadata value
-