@Retention(value=RUNTIME) @Target(value={FIELD,TYPE}) @Documented public @interface Cube
| Modifier and Type | Fields and Description |
|---|---|
static int[] |
DEFAULT_AWAIT_PORT_BINDING |
static String[] |
DEFAULT_PORT_BINDING |
static String |
DEFAULT_VALUE |
| Modifier and Type | Optional Element and Description |
|---|---|
int[] |
awaitPorts |
ConnectionMode |
connectionMode |
String[] |
portBinding |
String |
value |
public static final String DEFAULT_VALUE
public static final String[] DEFAULT_PORT_BINDING
public abstract String value
public abstract String[] portBinding
public abstract ConnectionMode connectionMode
Copyright © 2017 JBoss by Red Hat. All rights reserved.