org.jboss.weld.bootstrap.spi
Interface ClassAvailableActivation


public interface ClassAvailableActivation

ClassAvailableActivation is a data structures representing the <if-class-available> element in Weld's extensions to beans.xml. See the XSD for Weld's extensions to beans.xml for details of the semantics of <if-class-available>.

Author:
Pete Muir
See Also:
Filter

Method Summary
 String getClassName()
          The name attribute
 

Method Detail

getClassName

String getClassName()
The name attribute



Copyright © 2013 Seam Framework. All Rights Reserved.