Wish Hide Methods in a Compiled library

stevel05

Expert
Licensed User
Longtime User
Would it be possible to allow hiding methods in a compiled library?

An alternative could be to allow a CustomBuildAction to run once the library has been compiled, (specifically anytime after the XML has been generated) so that the XML can be modified with a B4j app or similar. It seems that only level 1 is supported with CompileToLibrary

Thanks
 

stevel05

Expert
Licensed User
Longtime User
@Erel Could you also look at hiding an entire class please. This would be for a class that is of no use except internally to the library.

Thanks
 
Top