AMQP-241 Add package-info Files; Use SPR css
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting connections.
|
||||
*/
|
||||
package org.springframework.erlang.connection;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides core classes for Spring Erlang.
|
||||
*/
|
||||
package org.springframework.erlang.core;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Base package for Spring Erlang.
|
||||
*/
|
||||
package org.springframework.erlang;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes conversion between Java and Erlang types.
|
||||
*/
|
||||
package org.springframework.erlang.support.converter;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides support classes for Spring Erlang.
|
||||
*/
|
||||
package org.springframework.erlang.support;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides classes supporting execution.
|
||||
*/
|
||||
package org.springframework.util.exec;
|
||||
Reference in New Issue
Block a user