@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface InstantiationStrategy
PER_PROJECT.| Modifier and Type | Fields and Description |
|---|---|
static java.lang.String |
PER_BATCH
Shared extension.
|
static java.lang.String |
PER_PROJECT
Created and initialized for each project and sub-project (a project is a module in Maven terminology).
|
static java.lang.String |
PER_TASK
Shared task extension.
|
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value |
public static final java.lang.String PER_TASK
public static final java.lang.String PER_BATCH