@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE,PACKAGE})
public @interface Experimental
An experimental SPI that can be used but might change in any version of Bonita.
Also no guarantee is provided on the correct behavior of this SPI.
- Author:
- Baptiste Mesta.