Interface FeatureGroup

All Known Implementing Classes:
AnnotationFeatureGroup, SimpleFeatureGroup

public interface FeatureGroup
Represents a group of feature flags.
Author:
Christian Kaltepoth
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    contains(Feature feature)
     
     
  • Method Details

    • getLabel

      String getLabel()
    • contains

      boolean contains(Feature feature)