@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface EnginePlugin
Modifier and Type | Required Element and Description |
---|---|
String |
id |
String |
name |
Modifier and Type | Optional Element and Description |
---|---|
String |
casesUrl |
String |
classLoaderGroup |
String |
description |
String |
documentationUrl |
String |
forumUrl |
boolean |
isSeparateClassLoaderNeeded |
public abstract String id
public abstract String name
public abstract String description
public abstract boolean isSeparateClassLoaderNeeded
public abstract String documentationUrl
public abstract String casesUrl
public abstract String forumUrl
public abstract String classLoaderGroup
Copyright © 2018 Hitachi Vantara. All rights reserved.