org.jboss.metatype.api.annotations
Annotation Type MetaMapping


@Target(value={TYPE,METHOD,FIELD,PARAMETER})
@Retention(value=RUNTIME)
public @interface MetaMapping

MetaMapper.

Version:
$Revision: 87004 $
Author:
Adrian Brock, Scott.Stark@jboss.org

Required Element Summary
 Class<? extends MetaMapper<?>> value
          The meta mapper
 

Element Detail

value

public abstract Class<? extends MetaMapper<?>> value
The meta mapper

Returns:
mapper class


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.