Package | Description |
---|---|
org.jboss.joinpoint.plugins |
Basic Join Points.
|
org.jboss.joinpoint.spi |
Join Point API.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicConstructorJoinPoint
A constructor joinpoint
|
class |
BasicFieldGetJoinPoint
A field get joinpoint
|
class |
BasicFieldSetJoinPoint
A field set joinpoint
|
class |
BasicMethodJoinPoint
A method joinpoint
|
class |
BasicTargettedJoinPoint
A targetted joinpoint
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConstructorJoinpoint
A constructor join point.
|
interface |
FieldGetJoinpoint
A field get join point
|
interface |
FieldSetJoinpoint
A field set join point
|
interface |
MethodJoinpoint
A method join point
|
interface |
TargettedJoinpoint
A join point with a target
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.