Uses of Class
org.apache.maven.plugins.annotations.InstantiationStrategy
-
Packages that use InstantiationStrategy Package Description org.apache.maven.plugins.annotations org.apache.maven.tools.plugin.extractor.annotations.datamodel -
-
Uses of InstantiationStrategy in org.apache.maven.plugins.annotations
Methods in org.apache.maven.plugins.annotations that return InstantiationStrategy Modifier and Type Method Description InstantiationStrategyinstantiationStrategy()your Mojo instantiation strategy.static InstantiationStrategyInstantiationStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static InstantiationStrategy[]InstantiationStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InstantiationStrategy in org.apache.maven.tools.plugin.extractor.annotations.datamodel
Methods in org.apache.maven.tools.plugin.extractor.annotations.datamodel that return InstantiationStrategy Modifier and Type Method Description InstantiationStrategyMojoAnnotationContent. instantiationStrategy()
-