Skip to content

Commit

Permalink
public default param info for custom array types (issue #41)
Browse files Browse the repository at this point in the history
  • Loading branch information
miho committed Feb 4, 2015
1 parent bc96ab9 commit ca84709
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@
* Computing and Visualization in Science, 2011, in press.
*/

package eu.mihosoft.vrl.reflection;
package eu.mihosoft.vrl.annotation;

import eu.mihosoft.vrl.reflection.*;
import eu.mihosoft.vrl.annotation.ParamInfo;
import eu.mihosoft.vrl.annotation.ParamInfo;
import java.io.Serializable;
import java.lang.annotation.Annotation;
Expand All @@ -60,7 +62,7 @@
* Default param info.
* @author Michael Hoffer <info@michaelhoffer.de>
*/
final class DefaultParamInfo implements ParamInfo, Serializable {
final public class DefaultParamInfo implements ParamInfo, Serializable {

private static final long serialVersionUID = 1L;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
*/
package eu.mihosoft.vrl.reflection;

import eu.mihosoft.vrl.annotation.DefaultParamInfo;
import eu.mihosoft.vrl.annotation.MethodInfo;
import eu.mihosoft.vrl.annotation.OutputInfo;
import eu.mihosoft.vrl.annotation.ParamInfo;
Expand Down

0 comments on commit ca84709

Please sign in to comment.