@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface MimeLocation
MimeRegistration
Modifier and Type | Required Element and Description |
---|---|
String |
subfolderName
Folder under which the services should be registered in the system filesystem.
|
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends InstanceProvider> |
instanceProviderClass |
public abstract String subfolderName
Editors/<mime-type>/<subfolderName>
public abstract Class<? extends InstanceProvider> instanceProviderClass