Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnnotatedMethod ¶
type AnnotatedMethodProxy ¶
type AnnotatedMethodProxy interface {
GetProxyName() string
Before(delegate AnnotatedMethod) bool
After(delegate AnnotatedMethod)
Finally(delegate AnnotatedMethod)
}
type Annotation ¶
type Annotation interface {
RegisterAnnotatedObject(object interface{})
RegisterAnnotatedObjectProxy(proxy AnnotatedMethodProxy) error
GetAnnotatedMethodInfos() map[string]*analysis.MethodInfo
}
func NewAnnotation ¶
func NewAnnotation(targetAnnotation string) Annotation
Click to show internal directories.
Click to hide internal directories.