org.deegree.commons.annotations
Annotation Type Tool
@Retention(value=RUNTIME)
@Documented
@Target(value=TYPE)
public @interface Tool
The Tool
annotation can be used to define a class with a main method as a tool. Such a tool should
supply a short description (as well as a main method of course).
- Version:
- $Revision: 29567 $, $Date: 2011-02-07 18:12:17 +0100 (Mon, 07 Feb 2011) $
- Author:
- Rutger Bezema, last edited by: $Author: aschmitz $
value
public abstract String value
- Returns:
- the short description of this tool.
Copyright © 2011. All Rights Reserved.