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


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

An annotation for specifying a MetaMapperFactory

Version:
$Revision: 81572 $
Author:
Scott.Stark@jboss.org

Required Element Summary
 Class<? extends MetaMapperFactory<?>> value
           
 
Optional Element Summary
 String[] args
           
 

Element Detail

value

public abstract Class<? extends MetaMapperFactory<?>> value

args

public abstract String[] args
Default:
{}


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