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

com.sigopt.net.APIPathKey Maven / Gradle / Ivy

There is a newer version: 6.3.0
Show newest version
package com.sigopt.net;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

@Retention(RetentionPolicy.RUNTIME) public @interface APIPathKey {
    String key();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy