Package io.micronaut.aot.core
Annotation Interface Option
public @interface Option
Describes a configuration option of a source generator.
- 
Required Element Summary
Required Elements - 
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionReturns a description of this configuration option.Returns a sample value for this option, if any. 
- 
Element Details
- 
key
String keyReturns the key used to configure this option.- Returns:
 - the key, as found in properties
 
 
 - 
 -