Package org.jboss.resteasy.cdi.inheritence

This package (along with @see org.jboss.resteasy.test.cdi.inheritence) tests alternatives, alternative stereotypes, and specialization.

See:
          Description

Class Summary
Book An instance of this class will be injected into the Book injection point in InheritenceResource if no alternatives are enabled.
BookSelectedAlternative If this class is enabled, it will be injected into the Book injection point in InheritanceResource.
BookSpecialized If this class is enabled, it will be injected into the Book injection point in InheritanceResource.
BookVanillaAlternative This class is never used, because the Book injection point in InheritanceResource uses the
InheritanceResource  
JaxRsActivator A class extending Application and annotated with @ApplicationPath is the Java EE 6 "no XML" approach to activating JAX-RS.
 

Annotation Types Summary
SelectBook  
StereotypeAlternative  
 

Package org.jboss.resteasy.cdi.inheritence Description

This package (along with @see org.jboss.resteasy.test.cdi.inheritence) tests alternatives, alternative stereotypes, and specialization.

See Also:
org.jboss.resteasy.package-info.java


Copyright © 2013. All Rights Reserved.