Hello, We've found that some times we would like to define a service that will only be used from some specific services (for example, services inside the same package).
Is there any way to do this in Tapestry? This way, the developer won't use that "private" service from places where it is not supposed to be used. We tried to declare its interface as "package-private" but it seems that Tapestry can't find a package-private interface even when the module (where the interface is binded) is inside the same package. Thank you! -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-define-a-private-service-a-service-only-for-another-service-tp5597443p5597443.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org