### Eclipse Workspace Patch 1.0 #P oak-mk Index: src/main/java/org/apache/jackrabbit/mk/api/MicroKernel.java =================================================================== --- src/main/java/org/apache/jackrabbit/mk/api/MicroKernel.java (revision 1344175) +++ src/main/java/org/apache/jackrabbit/mk/api/MicroKernel.java (working copy) @@ -19,7 +19,7 @@ import java.io.InputStream; /** - * The MicroKernel design goals/principles: + * The MicroKernel Design Goals and Principles: * - *

+ *

* The MicroKernel Data Model: + *

* + *

+ * The Retention Policy for Revisions: + *

* TODO specify retention policy for old revisions, i.e. minimal guaranteed retention period (OAK-114) + *

+ *

+ * The Retention Policy for Binaries: + *

+ *

+ * The MicroKernel implementation is free to remove binaries if both of the + * following conditions are met: + *

+ * */ public interface MicroKernel {