Package cz.o2.proxima.core.annotations
Annotation Type Experimental
-
@Target(TYPE) @Retention(SOURCE) @Documented public @interface ExperimentalThis annotation is used on experimental features and implementations. After the feature is tested the annotation is either changed toStableor 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.Stringvalue
-