public class ConfigMetadata extends Object
Modifier and Type | Field and Description |
---|---|
static String |
KEY
The name of the property used as a key for exposing inhabitants,
as well as resolving references.
|
static String |
KEYED_AS
If the
target type is keyed, the FQCN that defines
the key field. |
static String |
TARGET
Fully qualified name of the target class that an injector works with.
|
static String |
TARGET_CONTRACTS
Contracts that the target type implements.
|
static String |
TARGET_HABITATS
Target habitats in which this service should reside.
|
Constructor and Description |
---|
ConfigMetadata() |
public static final String TARGET
public static final String TARGET_CONTRACTS
public static final String TARGET_HABITATS
public static final String KEYED_AS
target type
is keyed, the FQCN that defines
the key field. This type is always assignable from the target type.
This allows a symbol space to be defined on a base class B, and
different subtypes can participate.public static final String KEY
This is either "@attr" or "<element>" indicating where the key is read.
Attribute.key()
,
Element.key()
,
Constant Field ValuesCopyright © 2009–2018 Oracle Corporation. All rights reserved.