Uses of Class
org.springframework.config.java.annotation.Primary

Packages that use Primary
org.springframework.config.java.annotation Java configuration annotations. 
 

Uses of Primary in org.springframework.config.java.annotation
 

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



Copyright � 2005-2008 Spring Framework. All Rights Reserved.