Uses of Class
org.eclipse.sisu.bean.DeclaredMembers.View
-
Packages that use DeclaredMembers.View Package Description org.eclipse.sisu.bean Customizable injection of bean properties, based on http://code.google.com/p/google-guice/wiki/CustomInjections. -
-
Uses of DeclaredMembers.View in org.eclipse.sisu.bean
Methods in org.eclipse.sisu.bean that return DeclaredMembers.View Modifier and Type Method Description static DeclaredMembers.View
DeclaredMembers.View. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DeclaredMembers.View[]
DeclaredMembers.View. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.sisu.bean with parameters of type DeclaredMembers.View Constructor Description DeclaredMembers(java.lang.Class<?> clazz, DeclaredMembers.View... views)
-