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