Some javadocs, include javadocs in the application distribution.

This commit is contained in:
Adam Murdoch
2012-09-01 10:15:25 +10:00
parent 3e4dc956ed
commit ba2a54b403
11 changed files with 64 additions and 15 deletions

View File

@@ -1,4 +1,7 @@
package net.rubygrapefruit.platform;
/**
* A marker interface that represents a native integration.
*/
public interface NativeIntegration {
}