org.openrdf.elmo.annotations
Annotation Type intersectionOf


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

Placed on roles that should only be used when the Bean implements all of the given value concepts.

Author:
James Leigh

Required Element Summary
 Class<?>[] value
           
 

Element Detail

value

public abstract Class<?>[] value


Copyright © 2004-2008 Aduna. All Rights Reserved.