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

net.thisptr.jackson.jq.internal.annotations.InterfaceAudience Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package net.thisptr.jackson.jq.internal.annotations;

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

/**
 * Annotation to inform users of a package, class or method's intended audience.
 */
@Retention(RetentionPolicy.SOURCE)
public @interface InterfaceAudience {
    String value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy