Uses of Annotation Interface
org.simpleframework.xml.Root
Packages that use Root
-
Uses of Root in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as RootModifier and TypeFieldDescriptionprivate RootClassScanner.rootThis is the root annotation that has been scanned from the type.private RootDetailScanner.rootThis is the root annotation that is declared for the type.Methods in org.simpleframework.xml.core that return RootModifier and TypeMethodDescriptionClassScanner.getRoot()This returns the root of the class processed by this scanner.DefaultDetail.getRoot()This returns theRootannotation for the class.Detail.getRoot()This returns theRootannotation for the class.DetailScanner.getRoot()This returns theRootannotation for the class.