org.beifengtz.jvmm.server.annotation.JvmmController Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jvmm-server Show documentation
Show all versions of jvmm-server Show documentation
Provides access to operating system, process, thread and other information during Java runtime.
package org.beifengtz.jvmm.server.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
*
* Description: TODO
*
*
* Created in 5:07 下午 2021/5/30
*
* @author beifengtz
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface JvmmController {
String name() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy