B4J Question #ExcludeFromLibrary?

wl

Well-Known Member
Licensed User
Longtime User
Hi,

I'm nearly finished writing an SMTP Server library in BJ.

The implementation consist of some classes.
Some of these classes are for internal use, some of them need to be exposed to the code using the library.

I tried using #ExcludeFromLibrary: True for the classes I don't want to expose, but it seems by setting this attribute these classes can't be used by the other classes in my library neither ?

Is there a way to just hide the classes from the library but still being able to use them inside the library ?

Thanks !!
 

wl

Well-Known Member
Licensed User
Longtime User
Hi Erel,

Ok, will do that... But an extra directive to do this, could be helpful ? Should I put it into the wish list ?

Tx
 
Upvote 0
Top