@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Container
| Modifier and Type | Optional Element and Description |
|---|---|
String |
baseName
Base name.
|
String |
releaseId
ReleaseId.
|
boolean |
scan
Scan.
|
long |
scanInterval
ScanInterval.
|
String |
sessionName
Session name.
|
public abstract String baseName
public abstract String releaseId
public abstract boolean scan
public abstract long scanInterval
public abstract String sessionName
Copyright © 2013–2017 JBoss by Red Hat. All rights reserved.