net.sf.asyncobjects.util
Annotation Type Experimental


@Documented
@Target(value={TYPE,CONSTRUCTOR,METHOD,PACKAGE,FIELD})
@Retention(value=SOURCE)
public @interface Experimental

This annotation means that annotated element is an experimental feature and it might wanish in the next versions without any notice. If you are using it, expect the code be broken in the next version.

Author:
const



Copyright © 2002-2007 Constantine Plotnikov. All Rights Reserved.