| Modifier and Type | Method and Description |
|---|---|
void |
CommentProcessorRegistry.registerCommentProcessor(Class<?> interfaceClass,
ICommentProcessor commentProcessor)
Registers the specified ICommentProcessor as an implementation of the specified interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseCommentProcessor |
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayIfProcessor |
| Modifier and Type | Class and Description |
|---|---|
class |
RepeatProcessor |
| Modifier and Type | Method and Description |
|---|---|
T |
ContextFactory.createProxy(T root,
Class<?> interfaceClass,
ICommentProcessor interfaceImpl)
Creates a proxy object that is able to answer calls to all methods defined in the specified root object
as well as all methods defined in the specified interface class.
|
Copyright © 2017. All rights reserved.