@Documented
@Retention(value=SOURCE)
@Target(value={METHOD,ANNOTATION_TYPE,TYPE,PACKAGE})
public @interface Experimental
This annotation indicates that an API is experimental an can be subject
to change in later versions. If you are relying on an experimental API,
it is possible that you have to modify your code after an upgrade.
- Since:
- 2.0
- Author:
- Dominik Obermaier