de.espirit.common
Annotation Type ApiDoc


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


Required Element Summary
 String comment
          Returns the default comment for the method which is documented by this annotation
 String since
          Returns the version string (e.g. 4.0.1) since this method is available
 

Element Detail

comment

@NotNull
public abstract String comment
Returns the default comment for the method which is documented by this annotation


since

@NotNull
public abstract String since
Returns the version string (e.g. 4.0.1) since this method is available



Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480