org.openrdf.repository.object.annotations
Annotation Type precedes


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

Establishes a call hierarchy between behaviours. This allows behaviours to indicate which behaviours they override or intercept, without requiring their behaviour.

Author:
James Leigh

Required Element Summary
 Class<?>[] value
           
 

Element Detail

value

public abstract Class<?>[] value


Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.