]> gerrit.simantics Code Review - simantics/platform.git/blob - StructuredProperty.java
fa6469c3f4839219abd69a41332f8d4229591290
[simantics/platform.git] / StructuredProperty.java
1 package org.simantics.db.layer0.variable;
2
3 /**
4  * Java interface for StructuredProperty SCL value type.
5  * 
6  * @author Tuukka Lehtonen
7  * @since 1.36.0
8  */
9 public interface StructuredProperty {
10 }