ch.elca.el4j.core.context.annotations
Annotation Type LazyInit


Deprecated. As of EL4J version 2.0 (and the update to Spring 3) this annotation should be no longer used. Use the newly added annotation Lazy of Spring 3 instead.

@Target(value=TYPE)
@Retention(value=RUNTIME)
@Deprecated
public @interface LazyInit

Mark a class that is annotated with Component (or compatible annotation) that it should be loaded lazily. Such beans have to be collected like this:

Author:
Stefan Wismer (SWI), Jonas Hauenstein (JHN)
File-location:
LazyInit
Last check-in date:
2010-01-20 13:11:23 +0100 (Mi, 20. Jan 2010) by jonasha for revision 4100



Copyright © 2005-2011 ELCA. All Rights Reserved.