org.iqual.chaplin
Annotation Type DynaCast


@Target(value={CONSTRUCTOR,METHOD})
@Retention(value=RUNTIME)
public @interface DynaCast

This annotation marks those methods within which the dynamic cast is active.

Since:
Mar 8, 2009 4:52:41 PM
Author:
Zbynek Slajchrt

Required Element Summary
 Class<? extends DynaCastHandler>[] value
           
 

Element Detail

value

public abstract Class<? extends DynaCastHandler>[] value
Returns:
array of dynacast handlers


Copyright © 2009 iquality.org. All Rights Reserved.