jfun.yan
Interface Typeful

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
Creator<T>, LazyComponent<T>
All Known Implementing Classes:
Component, Creator2Component, DecoratingComponent, DelegatingComponent, SimpleComponent

public interface Typeful
extends java.io.Serializable

Represents anything that has a type.

Codehaus.org.

Author:
Ben Yu

Method Summary
 java.lang.Class getType()
          Gets the type.
 

Method Detail

getType

java.lang.Class getType()
Gets the type.

Returns:
the type.