Uses of Class
org.springframework.osgi.extensions.annotation.ServiceReferenceCardinality

Packages that use ServiceReferenceCardinality
org.springframework.osgi.extensions.annotation Annotation Extensions: Allows declarative injection of OSGi services through annotation. 
 

Uses of ServiceReferenceCardinality in org.springframework.osgi.extensions.annotation
 

Methods in org.springframework.osgi.extensions.annotation that return ServiceReferenceCardinality
static ServiceReferenceCardinality ServiceReferenceCardinality.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServiceReferenceCardinality[] ServiceReferenceCardinality.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2006-2009 Spring Framework. All Rights Reserved.