net.sf.navel.beans
Annotation Type CollectionType


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

Older introspection systems may interfere with the Java 5.0 version of JavaBeans, so adding the get(:int) accessor may not be possible. This annotation restores what erasure destroys in the cases where the alternate accessor scheme cannot be used.

Author:
cmdln

Required Element Summary
 java.lang.Class<?> value
           
 

Element Detail

value

public abstract java.lang.Class<?> value