B4J Question B4J library, hide sub?

tchart

Well-Known Member
Licensed User
Longtime User
I have a library written in B4J (or compile to library).

I have a sub in one class which I need to hide from the end user of the library but keep it accessible to the other classes in the library.

Making it private hides it from the other classes.

Is that possible?
 

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
I think it is possible, but it is only a theory.

There is a hide annotation that erel uses for the official libraries, but it is only available for java.

When you compile B4J it creates the java resources, you may modify it with the java anotation and finish the compilation process with the jdk.
 
Upvote 0
Top