Uses of Class
uk.autores.Strategy
-
Packages that use Strategy Package Description uk.autores An annotation driven library for working with embedded resource files. -
-
Uses of Strategy in uk.autores
Methods in uk.autores that return Strategy Modifier and Type Method Description Strategy
strategy()
Code generation strategy.Strategy
strategy()
Code generation strategy.static Strategy
Strategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static Strategy[]
Strategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-