ro.isdc.wro.model.resource
Annotation Type SupportedResourceType


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

Specify for which type of resources the pre or post processor should apply. Absence of annotation means that the processor will be applied for any type of resource.

Author:
Alex Objelean

Required Element Summary
 ResourceType value
           
 

Element Detail

value

public abstract ResourceType value
Returns:
supported ResourceType.


Copyright © 2008-2013. All Rights Reserved.