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
 java.lang.String name
           
 java.lang.String value
           
 

Element Detail

name

public abstract java.lang.String name

value

public abstract java.lang.String value


Copyright © 2005-2007 Spring Framework. All Rights Reserved.