org.neo4j.kernel.impl.annotations
Annotation Type Documented


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

Defines documentation for a class, interface, field or method. If no documentation is given for the value to this annotation, the JavaDoc documentation comment will be extracted at compile time and inserted as the value of this annotation. If no JavaDoc is specified a compiler warning will be issued. Note that for the JavaDoc to be possible to be extracted it must come before any annotation on the documented element.

Author:
Tobias Ivarsson

Optional Element Summary
 String value
           
 

value

public abstract String value
Default:
""


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.