Skip to content

Releases: linux-china/microservices-annotator-ext-plugin

0.2.1

Choose a tag to compare

@linux-china linux-china released this 03 Sep 05:03
  • Add @ForeignAccess annotation support
  • Add interaction framework hint from annotation's value attribute

0.2.0

Choose a tag to compare

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

0.1.2

Choose a tag to compare

@linux-china linux-china released this 10 May 02:22
  • Add annotations from uCall.receiverType()
  • Compatible with IntelliJ IDEA 2023.2

0.1.1

Choose a tag to compare

@linux-china linux-china released this 10 May 00:52
  • Compatible with IntelliJ IDEA 2023.1

0.1.0

Choose a tag to compare

@linux-china linux-china released this 15 Apr 00:34

Initial version.