org.jboss.weld.bean.proxy
Class Marker

java.lang.Object
  extended by 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 Summary
static Marker INSTANCE
           
 
Method Summary
static boolean isMarker(int position, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final Marker INSTANCE
Method Detail

isMarker

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


Copyright © 2013 Seam Framework. All Rights Reserved.