001package com.ganteater.ae.processor.annotation; 002 003import java.lang.annotation.Retention; 004import java.lang.annotation.RetentionPolicy; 005 006@Retention(RetentionPolicy.RUNTIME) 007public @interface CommandHotHepl { 008 String value(); 009}
001package com.ganteater.ae.processor.annotation; 002 003import java.lang.annotation.Retention; 004import java.lang.annotation.RetentionPolicy; 005 006@Retention(RetentionPolicy.RUNTIME) 007public @interface CommandHotHepl { 008 String value(); 009}