5.11.2.1.1.1.1.1.1.3.2.1. ExampleObject3SpecialService.java
1package io.metafactory.codecomposer_reference.services.special;
2
3
4/**
5 * ExampleObject3SpecialService - Created by MetaFactory: Automation of Software Development
6 */
7public class ExampleObject3SpecialService {
8
9 /**
10 * run - This method does something special
11 */
12 public void run() {
13 // do something special
14 }
15
16
17}