![JAR search and dependency download from the Maven repository](/logo.png)
com.mailgun.form.CustomProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mailgun-java Show documentation
Show all versions of mailgun-java Show documentation
The Mailgun SDK for Java enables Java developers to work with Mailgun API
efficiently.
The newest version!
package com.mailgun.form;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import static java.lang.annotation.ElementType.FIELD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
@Documented
@Target(FIELD)
@Retention(RUNTIME)
public @interface CustomProperties {
/**
* The name of the property.
*/
String prefix ();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy