Interface BslCommentFeatureSettings
- All Superinterfaces:
FeatureSettingsContributor
- All Known Implementing Classes:
BslCommentFeatureSettingsImpl
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault List<FeatureSettings>Gets ordered feature settings list that can use globally.
-
Field Details
-
INSTANCE
-
-
Method Details
-
getDocComment_Description
FeatureSettings getDocComment_Description() -
getFieldDefinition_Name
FeatureSettings getFieldDefinition_Name() -
getComment_Tag
FeatureSettings getComment_Tag() -
getComment_TagParam
FeatureSettings getComment_TagParam() -
getComment_TagName
FeatureSettings getComment_TagName() -
getFeatureSettings
Description copied from interface:FeatureSettingsContributorGets ordered feature settings list that can use globally. This order of the list should be always the same for each call.- Specified by:
getFeatureSettingsin interfaceFeatureSettingsContributor- Returns:
- ordered feature settings list, cannot return
null.
-