pl.edu.agh.cast.util.reflect
Class SerializableMethodHolder
java.lang.Object
pl.edu.agh.cast.util.reflect.SerializableMethodHolder
- All Implemented Interfaces:
- Serializable
public class SerializableMethodHolder
- extends Object
- implements Serializable
A serializable method holder.
- Author:
- AGH CAST Team
- See Also:
Method,
Serialized Form
|
Method Summary |
Method |
get()
Returns the underlying method instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializableMethodHolder
public SerializableMethodHolder(Method method)
- Constructor.
- Parameters:
method - the method to hold
get
public Method get()
- Returns the underlying method instance.
- Returns:
- the underlying method instance
Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.