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 !!
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 !!