ch.elca.el4j.core.metadata
Annotation Type ContainedClass


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface ContainedClass

Annotation to describe the contained class of a property. This is required if the getter returns a collection or map.

Author:
David Bernhard (DBD)
File-location:
ContainedClass
Last check-in date:
2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873

Required Element Summary
 Class<?> value
          The contained class.
 

Element Detail

value

public abstract Class<?> value
The contained class.



Copyright © 2005-2011 ELCA. All Rights Reserved.