]> gerrit.simantics Code Review - simantics/platform.git/blob - PrivateProperty.java
af6efb950a9595c3223142ef9d27ea066127689e
[simantics/platform.git] / PrivateProperty.java
1 package org.simantics.scl.compiler.elaboration.modules;
2
3 public enum PrivateProperty implements SCLValueProperty {
4     INSTANCE;
5 }