ninja.params
Annotation Type WithArgumentExtractor


@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public @interface WithArgumentExtractor

Indicates that this annotation should use the given argument extractor

Author:
James Roper

Required Element Summary
 Class<? extends ArgumentExtractor<?>> value
          The argument extractor that should be used with this annotation
 

Element Detail

value

public abstract Class<? extends ArgumentExtractor<?>> value
The argument extractor that should be used with this annotation



Copyright © 2012. All Rights Reserved.