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


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

Annotation required on map properties to mark the key class.

Author:
David Bernhard (DBD)
File-location:
KeyClass
Last check-in date:
2009-08-04 15:13:46 +0200 (Di, 04. Aug 2009) by swismer for revision 3879

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

Element Detail

value

public abstract Class<?> value
The key class.



Copyright © 2005-2011 ELCA. All Rights Reserved.