com.sun.xml.bind.v2.model.core

Interface LeafInfo<T,C>

public interface LeafInfo<T,C> extends MaybeElement<T,C>

Either BuiltinLeafInfo or EnumLeafInfo.

Those Java types are all mapped to a chunk of text, so we call them "leaves". This interface represents the mapping information for those special Java types.