Class MethodExtensions


  • public final class MethodExtensions
    extends Object
    Nicer shorter toString() for Method than it's default.

    Without modifiers, return type, FQN of class and exceptions; instead with parameter names (if javac -parameters).

    Author:
    Michael Vorburger
    • Method Detail

      • toString

        public static String toString​(Method method)