@Retention(value=SOURCE) @Target(value={TYPE,METHOD}) public static @interface BreakpointType.Registration
ContextProvider
as an argument.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.
|
public abstract String displayName
public abstract String path