org.apache.pulsar.shade.javax.annotation.PropertyKey Maven / Gradle / Ivy
package org.apache.pulsar.shade.javax.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import org.apache.pulsar.shade.javax.annotation.meta.TypeQualifier;
import org.apache.pulsar.shade.javax.annotation.meta.When;
@Documented
@TypeQualifier
@Retention(RetentionPolicy.RUNTIME)
public @interface PropertyKey {
When when() default When.ALWAYS;
}