hm.binkley.xml.reflect.From Maven / Gradle / Ivy
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