Class Asciidoctor

java.lang.Object
io.micronaut.starter.feature.asciidoctor.Asciidoctor
All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, Feature, OpenRewriteFeature

@Requires(property="micronaut.starter.feature.asciidoctor.enabled", value="true", defaultValue="true") @Singleton public class Asciidoctor extends Object implements OpenRewriteFeature
Adds support for generating Asciidoctor documentation. Applies relevant configuration for Gradle or Maven builds and includes Asciidoctor-related templates and plugins.