Class DefaultReflectionResolver

    • Field Detail

      • MSG_PREFEX_REFLECTION

        public static final java.lang.String MSG_PREFEX_REFLECTION
        Message prefix added to verbose reflection messages.
        See Also:
        Constant Field Values
    • Method Detail

      • isReflectiveMethodInvocation

        public boolean isReflectiveMethodInvocation​(com.sun.source.tree.MethodInvocationTree tree)
        Description copied from interface: ReflectionResolver
        Returns true if the given tree represents a reflective method or constructor call.
        Specified by:
        isReflectiveMethodInvocation in interface ReflectionResolver
        Returns:
        true iff tree is a reflective method invocation, false otherwise