@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface LifecycleAccessor
The annotation that identifies the static accessor method for singleton lifecycle classes. Methods annotated with this annotation must be static, take no arguments, and return the type of the declaring class.
Copyright © 2013 XChain Framework. All Rights Reserved.