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

com.wavefront.agent.config.ProxyConfigOption Maven / Gradle / Ivy

There is a newer version: 4.36
Show newest version
package com.wavefront.agent.config;

import static java.lang.annotation.ElementType.FIELD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;

import java.lang.annotation.Retention;
import java.lang.annotation.Target;

@Retention(RUNTIME)
@Target({FIELD})
public @interface ProxyConfigOption {
  Categories category() default Categories.NA;

  SubCategories subCategory() default SubCategories.NA;

  boolean hide() default false;

  boolean secret() default false;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy