public interface ReloadingFeature extends OneOfFeature
| Modifier and Type | Method and Description |
|---|---|
default java.lang.String |
getCategory() |
default java.lang.Class<?> |
getFeatureClass() |
default boolean |
supports(ApplicationType applicationType)
This method must be implemented to ensure it is only selectable for the desired
application types.
|
apply, getDescription, getMicronautDocumentation, getName, getOrder, getThirdPartyDocumentation, getTitle, isPreview, isVisible, processSelectedFeaturesdefault java.lang.Class<?> getFeatureClass()
getFeatureClass in interface OneOfFeaturedefault boolean supports(ApplicationType applicationType)
Featuredefault java.lang.String getCategory()
getCategory in interface FeatureCategory to which the feature belongs to.