org.infinispan.commons.configuration.attributes.AttributeMatcher Maven / Gradle / Ivy
package org.infinispan.commons.configuration.attributes;
/**
* A way to match attributes to works with types without the need to subclass them to add the @{@link Matchable} interface.
*
* @param
*/
public interface AttributeMatcher {
AttributeMatcher