cz.cuni.amis.pogamut.sposh.executor
Annotation Type PrimitiveInfo
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface PrimitiveInfo
Optional, use this annotation for the some implementation of 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.
- Author:
- Honza
name
public abstract String name
description
public abstract String description
tags
public abstract String[] tags
- Default:
- {}
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.