Class ReflectionJoinpoint


public class ReflectionJoinpoint extends TargetJoinpoint
Reflection joinpoint.
Author:
Ales Justin
  • Constructor Details

    • ReflectionJoinpoint

      public ReflectionJoinpoint(BeanInfo beanInfo, String methodName)
    • ReflectionJoinpoint

      public ReflectionJoinpoint(BeanInfo beanInfo, String methodName, String[] types)
  • Method Details