Skip to content

jisel-1.1

Compare
Choose a tag to compare
@mohamed-ashraf-bayor mohamed-ashraf-bayor released this 12 Feb 00:02
· 38 commits to master since this release
  • Deprecated existing annotations: @SealForProfile(s), @AddToProfile(s). Replaced with: @SealFor and @addto

  • Added new annotation @TopLevel, which MUST be applied on at least 1 abstract method of the large interface to segregate. Allows to specify abstract methods of the generated Sealed Interfaces Top-Level Parent

  • Bug fixes and improvements