source: java/main/src/main/java/com/framsticks/model/f0/NeuroParamBuilder.java @ 193

Last change on this file since 193 was 193, checked in by Maciej Komosinski, 10 years ago

Set svn:eol-style native for all textual files

  • Property svn:eol-style set to native
File size: 304 bytes
Line 
1package com.framsticks.model.f0;
2
3import com.framsticks.params.ParamBuilder;
4import com.framsticks.params.annotations.FramsClassAnnotation;
5
6@FramsClassAnnotation(id = "neuroprop", name="neuroprop")
7public class NeuroParamBuilder extends ParamBuilder {
8
9        /**
10         *
11         */
12        public NeuroParamBuilder() {
13        }
14
15}
Note: See TracBrowser for help on using the repository browser.