package generators; public interface IPlatformSpecific { boolean hasMain(); boolean isMonolithic(); boolean isDifferentTreesAsDifferentServices(); }