org.jboss.forge.parser
Interface Origin<T>

All Known Subinterfaces:
Annotation<O>, AnnotationTarget<O,T>, Field<O>, JavaAnnotation, JavaClass, JavaEnum, JavaInterface, JavaSource<T>, JavaType<T>, Member<O,T>, Method<O>

public interface Origin<T>

Represents an object that has a root ancestor that should be made accessible to its clients.

Author:
Lincoln Baxter, III

Method Summary
 T getOrigin()
           
 

Method Detail

getOrigin

T getOrigin()
Returns:
the instance of the root ancestor.


Copyright © 2011 Seam Framework. All Rights Reserved.