@Retention(value=RUNTIME) @Target(value=TYPE) public @interface PluginType
| Modifier and Type | Required Element and Description |
|---|---|
String |
copyright |
String |
title |
PLUGIN_TYPE |
type |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
description |
EMULIB_VERSION |
emuLibVersion |
public abstract String title
public abstract String copyright
public abstract PLUGIN_TYPE type
public abstract String description
public abstract EMULIB_VERSION emuLibVersion
Copyright © 2017. All rights reserved.