RichFaces Core API 4.3.0.Final

org.richfaces.annotation
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.

Author:
Lukas Fryc


RichFaces Core API 4.3.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.