I created a program in java and I designed it so that methods that I want them to be appear(Getters methods) in the main, I can call them easily after initiate the class that holds these methods...
The question is that, I need to make this application(that holds the getters methods) be like an API... So, that I can give my application for developers to use my function(The getters method) if they needs them, and only what they need is to add this file(I think the API after is done shown as jar file)...
How can I do that ??? So that, I can make my code reusable with other application, Similar to the DLL I think...
Thanks alot;)