![JAR search and dependency download from the Maven repository](/logo.png)
io.legaldocml.akn.attribute.Target Maven / Gradle / Ivy
package io.legaldocml.akn.attribute;
import io.legaldocml.akn.AknObject;
/**
* The attribute target specifies the target of the a element.
*
* ```xml
*
*
*
* ```
*
* @author Jacques Militello
*/
public interface Target extends AknObject {
String getTarget();
void setTarget(String value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy