com.acsinet_solutions.cetia4.controller.meta
Annotation Type Mapping


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public @interface Mapping

This annotation may be associated to a setter field to change it's intent.

Author:
Santiago Arriaga

Optional Element Summary
 java.lang.Class mappingClass
          Class that will perform custom mapping configuration.
 

mappingClass

public abstract java.lang.Class mappingClass
Class that will perform custom mapping configuration. May be void, indicating that no change in mapping class in necessary

Default:
void.class