Class Scope<BeanT,PropT,ItemT,PackT>

java.lang.Object
com.sun.xml.bind.v2.runtime.unmarshaller.Scope<BeanT,PropT,ItemT,PackT>

public final class Scope<BeanT,PropT,ItemT,PackT> extends Object
Holds the information about packing scope.

When no packing is started yet, all the fields should be set to null.

Author:
Kohsuke Kawaguchi