@Retention(value=SOURCE) @Target(value={TYPE,METHOD,CONSTRUCTOR,ANNOTATION_TYPE,PACKAGE,FIELD,LOCAL_VARIABLE}) public @interface Experimental
Experimental annotation is used to mark an area of code which
contains untested functionality. This allows areas of code
which may not be completed to be quickly located.| Modifier and Type | Required Element and Description |
|---|---|
ExperimentalFeature |
feature
The logical feature set that an experimental area of code belongs to.
|
public abstract ExperimentalFeature feature
public abstract String comment
Copyright © 2022 Apache Software Foundation. All rights reserved.