|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface ImportRulePlugin
The best way to define import rules as plugins. Classes annotated with "ImportRulePlugin" are automatically recognized and registered as an import rule plugin.
Required Element Summary | |
---|---|
String |
description
|
String |
i18nPackageName
|
String |
id
|
String |
name
|
Element Detail |
---|
public abstract String id
public abstract String name
public abstract String description
public abstract String i18nPackageName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |