Package com.sun.xml.bind.v2.runtime
Interface Location
-
- All Known Implementing Classes:
ArrayInfoImpl
,BuiltinLeafInfoImpl
,CBuiltinLeafInfo
,LocatableAnnotation
,Quick
,RuntimeBuiltinLeafInfoImpl
public interface Location
Location information forIllegalAnnotationException
.- Since:
- JAXB 2.0 EA1
- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
toString()
Returns a human-readable string that represents this position.
-