AMQP-241 Add package-info Files; Use SPR css

This commit is contained in:
Gary Russell
2013-09-27 15:33:34 -04:00
parent c40a8b5e37
commit cb183739b4
24 changed files with 630 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting connections.
*/
package org.springframework.erlang.connection;

View File

@@ -0,0 +1,4 @@
/**
* Provides core classes for Spring Erlang.
*/
package org.springframework.erlang.core;

View File

@@ -0,0 +1,4 @@
/**
* Base package for Spring Erlang.
*/
package org.springframework.erlang;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes conversion between Java and Erlang types.
*/
package org.springframework.erlang.support.converter;

View File

@@ -0,0 +1,4 @@
/**
* Provides support classes for Spring Erlang.
*/
package org.springframework.erlang.support;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting execution.
*/
package org.springframework.util.exec;