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

org.infinispan.cdi.util.AnyLiteral Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
package org.infinispan.cdi.util;

import javax.enterprise.inject.Any;
import javax.enterprise.util.AnnotationLiteral;

public class AnyLiteral extends AnnotationLiteral implements Any {
    private static final long serialVersionUID = -6858406907917381581L;

    public static final Any INSTANCE = new AnyLiteral();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy