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

hm.binkley.xml.reflect.From Maven / Gradle / Ivy

There is a newer version: 6
Show newest version
package hm.binkley.xml.reflect;

import java.lang.annotation.Documented;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;

import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;

/**
 * {@code X} needs documentation.
 *
 * @author B. K. Oxley (binkley)
 * @todo Needs documentation.
 */
@Documented
@Inherited
@Retention(RUNTIME)
@Target(METHOD)
public @interface From {
    String value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy