@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface UsingFactory
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<?> |
type |
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
method |
java.lang.Class<?> |
targetType |