@Retention(value=SOURCE) @Target(value={TYPE,METHOD}) public static @interface LookupMerger.Registration
LookupMerger
with a type parameter.Modifier and Type | Optional Element and Description |
---|---|
String[] |
projectType
Token(s) denoting one or more project types, e.g.
|
LookupProvider.Registration.ProjectType[] |
projectTypes
Alternate registration of project types with positions.
|
public abstract String[] projectType
"org-netbeans-modules-java-j2seproject"
LookupProviderSupport.createCompositeLookup(org.openide.util.Lookup, java.lang.String)
may be used with the path Projects/TYPE/Lookup
.public abstract LookupProvider.Registration.ProjectType[] projectTypes
LookupMerger.Registration.projectType()
(or both).