Class Module

java.lang.Object
pl.gdela.socomo.composition.Module

public class Module
extends java.lang.Object
A module understood as a lump of java source codes build together. For example a maven module with your code.
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.lang.String name  
  • Constructor Summary

    Constructors
    Constructor Description
    Module​(java.lang.String name)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • name

      public final java.lang.String name
  • Constructor Details

    • Module

      public Module​(java.lang.String name)