@Retention(value=SOURCE) @Target(value={TYPE,METHOD}) public static @interface AttachType.Registration
ContextProvider
as an argument.
The implementation is always registered in the empty default path.
Modifier and Type | Required Element and Description |
---|---|
String |
displayName
The display name, in the form of either a general string to take as is,
or a resource bundle reference such as "my.module.Bundle#some_key",
or just "#some_key" to load from a "Bundle" in the same package
as the registered implementation.
|
Modifier and Type | Optional Element and Description |
---|---|
int |
position
An optional position in which to register this service relative to others.
|
public abstract String displayName