Annotation Interface Experimental


@Retention(SOURCE) public @interface Experimental

Annotates a class or method as being experimental and subject to change or removal.

Overriding an experimental element will produce a compilation warning. These warnings can be suppressed by setting an annotation processing argument: -Amicronaut.processing.internal.warnings=false

Since:
1.0
Author:
Graeme Rocher