Returns an arbitrary object containing information about the "place" where this element was configured. Used by Guice in the production of descriptive error messages. Tools might specially handle types they know about; StackTraceElement is a good example. Tools should simply call {@code
()
| 44 | * unfamiliar. |
| 45 | */ |
| 46 | Object getSource(); |
| 47 | |
| 48 | /** |
| 49 | * Accepts an element visitor. Invokes the visitor method specific to this element's type. |
no outgoing calls