ch.elca.el4j.util.codingsupport.annotations
Annotation Type Preliminary


@Documented
@Retention(value=SOURCE)
@Inherited
public @interface Preliminary

The annotated API element is preliminary and subject to major change. The idea for this type was shamelessly stolen from

http://java.sun.com/j2se/1.5.0/docs/guide/language/annotations.html

The String argument should detail why the annotated element is preliminary. This annotation itself is preliminary (prototype stage).

Author:
Adrian Moos (AMS)
File-location:
Preliminary
Last check-in date:
2009-08-04 15:24:14 +0200 (Di, 04. Aug 2009) by swismer for revision 3882

Optional Element Summary
 String value
          why this is preliminary.
 

value

@Preliminary(value="lack of known use cases")
public abstract String value
why this is preliminary.

Default:
""


Copyright © 2005-2011 ELCA. All Rights Reserved.