org.jboss.seam.solder.core
Annotation Type Exact


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

An injection point qualifier that may be used to select the exact bean to be injected, by specifying its implementation class.

Author:
Gavin King

Required Element Summary
 Class<?> value
           
 

Element Detail

value

public abstract Class<?> value


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