net.jangaroo.exml.model.AnnotationAt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of exml-compiler Show documentation
Show all versions of exml-compiler Show documentation
parses an EXML and generates an AS config class
package net.jangaroo.exml.model;
/**
* Legal values for EXML attribute at
of element annotation
.
*/
public enum AnnotationAt {
CONFIG,
TARGET,
BOTH
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy