@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ProvidesImplicitTemplateVariable
If this annotation is presented on an method of any class, then that method will be treated as an ImplicitVariableProvider
.
Copyright © 2014–2017 ActFramework. All rights reserved.