Class ApplicationTypeFeature

java.lang.Object
io.micronaut.projectgen.micronaut.ApplicationTypeFeature
All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, RequiresRepository, DefaultFeature, Feature
Direct Known Subclasses:
ApplicationTypeCliFeature, ApplicationTypeDefaultFeature, ApplicationTypeFunctionFeature, ApplicationTypeGrpcFeature, ApplicationTypeLibraryFeature, ApplicationTypeMessagingFeature

public abstract class ApplicationTypeFeature extends Object implements DefaultFeature, RequiresRepository
Base implementation for features associated with specific ApplicationTypes. Provides default behavior for applying essential features like logging, testing, and CLI support. Implements DefaultFeature and RequiresRepository.