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


public @interface Meta

Bean metadata annotation.

Provides annotation mapping for AttributeAccessor though limited to Strings.

Corresponds directly with the 'meta' element in the beans XML schema.

Author:
Rod Johnson, Chris Beams

Required Element Summary
 java.lang.String key
           
 java.lang.String value
           
 

Element Detail

key

public abstract java.lang.String key

value

public abstract java.lang.String value