org.milyn.delivery.annotation
Annotation Type Resource


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Resource

Resource Type annotation.

Used on ContentHandlerFactory implementations for specifying the type of resource processed.

Author:
tom.fennelly@gmail.com

Required Element Summary
 String type
          Resource type value.
 

Element Detail

type

public abstract String type
Resource type value.

Returns:


Copyright © 2008. All Rights Reserved.