@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface Lazy
Mark an singleton class to be lazy initialized or a method that is not subject to eager load (e.g. the method in AppConfig)
Copyright © 2014–2018 ActFramework. All rights reserved.