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

com.mailgun.form.CustomProperties Maven / Gradle / Ivy

Go to download

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