Class Marker


  • public class Marker
    extends Object
    A marker class we can use to ensure that our method will not collide with a user provided method
    Author:
    pmuir
    • Field Detail

      • INSTANCE

        public static final Marker INSTANCE
    • Method Detail

      • isMarker

        public static boolean isMarker​(int position,
                                       Method method,
                                       Object[] args)