All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.configuration.parsing.Namespaces Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
package org.infinispan.configuration.parsing;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/**
 * Namespaces. An annotation which allows specifying multiple {@link Namespace}s recognized by an implementation
 * of a {@link ConfigurationParser}
 *
 * @author Tristan Tarrant
 * @since 5.3
 */
@Retention(RetentionPolicy.RUNTIME)
public @interface Namespaces {
   Namespace[] value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy