Skip to content

0.2.0

Choose a tag to compare

@linux-china linux-china released this 26 Aug 12:11
· 57 commits to main since this release
  • Add annotator support for field/parameter/variable with @RemoteAccess, @CloudStorage, @DataAccess, @DatabaseAccess.
public class UserController {
    @RemoteAccess
    private UserService userService;
}