JavaScript is disabled on your browser.
 
All Superinterfaces: 
io.micronaut.core.naming.Described, Feature io.micronaut.core.naming.Named, OneOfFeature io.micronaut.core.order.Ordered 
All Known Subinterfaces: 
ThirdPartyServerFeature  
All Known Implementing Classes: 
AbstractMicronautServerFeature AbstractServletFeature HttpPoja Jetty Ktor McpStdio MicronautHttpServerJdk Netty Tomcat Undertow  
 
Field Summary 
Fields inherited from interface io.micronaut.core.order.Ordered 
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
 
 
Method Summary 
All Methods Instance Methods Default Methods 
 
 
default boolean
This method must be implemented to ensure it is only selectable for the desired
 application types.
 
 
 
 
Methods inherited from interface io.micronaut.core.naming.Described 
getDescription
Methods inherited from interface io.micronaut.starter.feature.Feature  
apply , getDescription , getMicronautDocumentation , getName , getOrder , getThirdPartyDocumentation , getTitle , isCommunity , isPreview , isVisible , processSelectedFeatures  
 
 
 
 
Method Details 
 
supports 
Description copied from interface: Feature  This method must be implemented to ensure it is only selectable for the desired
 application types. This method is not used for determining if a default feature
 should be applied.
Specified by: 
supports Feature Parameters: 
applicationType - The application typeReturns: 
True if the feature can be selected by the user