B4J Question class templates and b4xlibs

alwaysbusy

Expert
Licensed User
Longtime User
Searched the forum, but can't find anything about this.

I know how to add class templates when making a library as a .jar using:

B4X:
@CustomClasses(values = {
          @CustomClass(name = "BANano Custom View", fileNameWithoutExtension = "banano_customview")  
})

Does a similar system exist for .b4xlibs? (so that your 'Custom Classes' come in the IDE menu).
Maybe something one has to add to the manifest.txt file?

Alwaysbusy