org.jboss.cache.annotations
Annotation Type Compat


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

A marker annotation to mark that a class, method or field is experimental and as such. Should never be used for any new code. Similar to deprecated, but provides additional meaning to developers on why certain classes exist.

Since:
3.0
Author:
Manik Surtani (manik AT jboss DOT org)

Optional Element Summary
 String notes
           
 

notes

public abstract String notes
Default:
""


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