@Retention(value=RUNTIME) @Target(value=TYPE) public @interface PrimitiveInfo
ISense and
IAction, this annotation specifies the name and description of primitive.
If not specified, nothing horrible will happen, but it is not user friendly,
because the name of the implementing class will be used. Try to keep it unique, not
required, only better for humans working with editor.| Modifier and Type | Required Element and Description |
|---|---|
String |
description
More precise description of the primitive, should describe what exactly
does it do and what are its parameters.
|
String |
name
Name of the primitive displayed in the editor and debugger.
|
public abstract String name
public abstract String description
public abstract String[] tags
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.