@InjectTag @LoadValue(value=LoginUserFinder.class) @Retention(value=RUNTIME) @Target(value={PARAMETER,FIELD}) public @interface LoginUser
The annotation specify a field or parameter should be the current login user
public abstract String key
Specify the property name to search the user in the database using principal name
Default value: empty string.
If not specified then it will use aaa.user.key configuration as the key
Copyright © 2015–2019 ActFramework. All rights reserved.