Package org.eclipse.ease.modules
Annotation Interface WrapToScript
Annotation indicating that the annotated method should be wrapped to the target script language. Wrappers add script code that automatically calls the
annotated Java method.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionDefines alias names for the same command.Provide a list of supported script languages. -
Field Summary
Fields
-
Field Details
-
DELIMITER
Delimiter for alias names.- See Also:
-
-
Element Details
-
alias
String aliasDefines alias names for the same command. Names are delimited by ";"- Default:
- ""
-
supportedLanguages
String supportedLanguagesProvide a list of supported script languages. Language names shall match the name field of the scriptType extension point. Multiple languages may be provided via a comma separated list. Explicitly excluding a language is supported via !scriptType. Mixing include and exclude patterns is not supported. By default all languages will be supported.- Default:
- ""
-