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
 java.lang.String[] value
           
 

Element Detail

value

public abstract java.lang.String[] value


Copyright © 2012 LSST. All Rights Reserved.