public interface PlatformHandler
PlatformHandler is capable of tweaking the application
 to match the expectations of the current platform so that it feels and
 behaves native.| Modifier and Type | Method and Description | 
|---|---|
| void | handle(GriffonApplication app)Apply platform specific tweaks to the application. | 
void handle(@Nonnull GriffonApplication app)
app - the current application