
com.networknt.tram.command.CommandDestination Maven / Gradle / Ivy
package com.networknt.tram.command;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface CommandDestination {
String value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy