org.lsst.ccs.utilities.beanutils
Annotation Type CriticalCtor


@Documented
@Target(value=CONSTRUCTOR)
@Retention(value=RUNTIME)
public @interface CriticalCtor

Annotates the "minimum" critical constructor of a non-bean object.

Author:
bamade

Required Element Summary
 String[] value
           
 

Element Detail

value

public abstract String[] value


Copyright © 2012 LSST. All Rights Reserved.