Package spoon.support

Annotation Type Experimental


@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface Experimental
Tells that a type has recently been introduced and may be subject to non-backward compatible changes without deprecation. The annotation is expected to be removed at the latest one year after its introduction (you can do a "git blame" to see when it appeared).