org.hyphenType.documentation
Annotation Type Description


@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public @interface Description

Documents a property of a formatter annotation for developers. This annotation is used by the RBGenerator to create comments before each formatter option property in the generated resource bundle. Also, this annotation can be used to document a documentation formatter in a machine readable way.

Author:
akira

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2013. All Rights Reserved.