org.jboss.cdi.tck.tests.lookup.typesafe.resolution
Annotation Type Expensive


@Target(value={TYPE,METHOD,PARAMETER,FIELD})
@Retention(value=RUNTIME)
@Documented
@Qualifier
public @interface Expensive


Required Element Summary
 int cost
           
 boolean veryExpensive
           
 

Element Detail

veryExpensive

public abstract boolean veryExpensive

cost

public abstract int cost


Copyright © 2008-2012 Seam Framework. All Rights Reserved.