org.jboss.cache.annotations
Annotation Type Experimental


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

A marker annotation to mark that a class, method or field is experimental and as such, should be used with extreme care as it may not be completely implemented, may not work at all, and/or may be prone to incompatible changes in future releases.

Since:
2.2.0
Author:
Manik Surtani (manik@jboss.org)



Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.