org.openrdf.elmo.annotations
Annotation Type disjointWith


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface disjointWith

Indicates that this concept should not be used with Beans already with given subject type.

Author:
James Leigh

Required Element Summary
 Class<?>[] value
           
 

Element Detail

value

public abstract Class<?>[] value


Copyright © 2004-2007. All Rights Reserved.