org.jboss.weld.bootstrap.spi
Interface Metadata<T>

Type Parameters:
T - the type of the metadata

public interface Metadata<T>

A piece of metadata, of type T

Author:
Pete Muir

Method Summary
 String getLocation()
          The location of the metadata, used in error and log messages
 T getValue()
          The metadata value
 

Method Detail

getValue

T getValue()
The metadata value


getLocation

String getLocation()
The location of the metadata, used in error and log messages



Copyright © 2013 Seam Framework. All Rights Reserved.