Package cz.o2.proxima.core.annotations
Annotation Type Experimental
-
@Target(TYPE) @Retention(SOURCE) @Documented public @interface Experimental
This annotation is used on experimental features and implementations. After the feature is tested the annotation is either changed toStable
or the feature is removed.Note that experimental features need not to keep backward compatibility even between minor updates.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
value
-