org.jboss.weld.extensions.core
Annotation Type Requires
@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface Requires
Veto the processing of the type if the required classes are not available.
Any beans defined by this class will not be installed.
Weld Extensions will try both the Thread Context ClassLoader, as well as the
classloader of the declaring class.
- Author:
- Stuart Douglas
- See Also:
Veto
value
public abstract String[] value
Copyright © 2008-2010 Seam Framework. All Rights Reserved.