Class Marker

java.lang.Object
org.jboss.weld.bean.proxy.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 Details

    • INSTANCE

      public static final Marker INSTANCE
  • Method Details

    • isMarker

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