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


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface parameterTypes

Overrides the parameter types this method intersects. This allows methods to accept a Message, while intercepting methods with the given parameter types.

Author:
James Leigh

Required Element Summary
 Class<?>[] value
           
 

Element Detail

value

public abstract Class<?>[] value


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