com.sigopt.net.APIPathKey Maven / Gradle / Ivy
package com.sigopt.net;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME) public @interface APIPathKey {
String key();
}
package com.sigopt.net;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME) public @interface APIPathKey {
String key();
}