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

org.beifengtz.jvmm.server.annotation.JvmmController Maven / Gradle / Ivy

Go to download

Provides access to operating system, process, thread and other information during Java runtime.

There is a newer version: 2.4.3
Show newest version
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