Package com.blackrook.small
Class SmallComponent
java.lang.Object
com.blackrook.small.SmallComponent
- Direct Known Subclasses:
DispatchComponent
A single instance of an instantiated component.
- Author:
- Matthew Tropiano
-
Constructor Summary
ModifierConstructorDescriptionprotected
SmallComponent
(Object instance) Creates an entry point descriptor around an object instance. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
scanMethod
(Method method) Called to handle a single method scan for this component type.toString()
-
Constructor Details
-
SmallComponent
Creates an entry point descriptor around an object instance.- Parameters:
instance
- the instance to use.
-
-
Method Details