Uses of Annotation Interface
org.simpleframework.xml.Version
Packages that use Version
-
Uses of Version in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as VersionModifier and TypeFieldDescriptionprivate Version
VersionLabel.label
Represents the annotation used to label the field.private final Version
ClassSchema.revision
This is the version annotation for the XML class schema.Methods in org.simpleframework.xml.core that return VersionModifier and TypeMethodDescriptionClassSchema.getRevision()
This is theVersion
for the scanned class.DefaultScanner.getRevision()
This is theVersion
for the scanned class.ObjectScanner.getRevision()
This is theVersion
for the scanned class.PrimitiveScanner.getRevision()
This is theVersion
for the scanned class.Scanner.getRevision()
This is theVersion
for the scanned class.Schema.getRevision()
This is theVersion
for the scanned class.Structure.getRevision()
This is theVersion
for the scanned class.Context.getVersion
(Class type) This returns the version for the type specified.Source.getVersion
(Class type) This returns the version for the type specified.Constructors in org.simpleframework.xml.core with parameters of type VersionModifierConstructorDescriptionVersionLabel
(Contact contact, Version label, Format format) Constructor for theVersionLabel
object.