org.jboss.forge.parser
Interface Internal

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

public interface Internal

Represents an object that stores implementation-specific data. This data must be accessible to other objects sharing the implementation, but should not be referenced by end-users.

Author:
Lincoln Baxter, III

Method Summary
 Object getInternal()
          Returns the implementation-specific Object representing this.
 

Method Detail

getInternal

Object getInternal()
Returns the implementation-specific Object representing this. Do not call this method unless you are willing to risk breaking backwards compatibility if future versions do not use the same internal object implementations.



Copyright © 2011 Seam Framework. All Rights Reserved.