Package org.apache.ignite.spi
Annotation Type IgniteSpiConfiguration
- 
 @Documented @Retention(RUNTIME) @Target(METHOD) public @interface IgniteSpiConfiguration Annotates SPI configuration setters on whether or not it is optional.Note that this annotation is used only for documentation purposes now and is not checked by Ignite implementation. 
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description booleanoptional
 
-