org.qi4j.library.conversion.values
Annotation Type Unqualified


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface Unqualified

If the ValueComposite is annotated with this, it means that the lookup of the Value Property should be performed using the unqualified name only, and not via the default of the full qualified name. This means that the Property may be declared in the different interfaces and still be matched.


Optional Element Summary
 boolean value
           
 

value

public abstract boolean value
Default:
true