Package org.infinispan.commons.util
Class Features
java.lang.Object
org.infinispan.commons.util.Features
Features allow conditional enabling/disabling of Infinispan's functionality.
They are represented as named properties of the form 'org.infinispan.feature.*' and can either be set via one or
more 'META-INF/infinispan-features.properties' file on the classpath or by setting a system property,
e.g. -Dorg.infinispan.feature.A=true