org.netbeans.modules.sendopts/2 2.22

org.netbeans.spi.sendopts
Annotation Type Description


@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Description

Adds human readable description to @Arg annotation. Can be attached to public non-static fields that are also annotated by @Arg.

Since:
2.20

Required Element Summary
 String shortDescription
          Explanation of the purpose of the option.
 
Optional Element Summary
 String displayName
          Specific display name for the option.
 

Element Detail

shortDescription

public abstract String shortDescription
Explanation of the purpose of the option. Specify by using NbBundle.Messages.

Returns:
explanation of the purpose of the option

displayName

public abstract String displayName
Specific display name for the option. If not specified, it is inferred from the name of the option and the type of its parameters. Specify with using of NbBundle.Messages.

Returns:
specific display name
Default:
""

org.netbeans.modules.sendopts/2 2.22

Built on May 25 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.