@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface LoadSchema
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
name
The schema name
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
enabled
The flag indicating if the schema should be enabled or disabled
|