org.springframework.config.java.annotation
Annotation Type Meta


public @interface Meta

Bean metadata annotation. Provides annotation mapping for AttributeAccessor though limited to Strings.

Author:
Rod Johnson

Required Element Summary
 String name
           
 String value
           
 

Element Detail

name

public abstract String name

value

public abstract String value


Copyright � 2005-2008 Spring Framework. All Rights Reserved.