Package sim.util

Interface Propertied


public interface Propertied
A Propertied object is one which provides its own Properties rather than letting SimpleProperties scan the object statically. This is generally rare and mostly used for dynamic objects or certain abstract classes.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns my own Properties.
  • Method Details

    • properties

      Properties properties()
      Returns my own Properties.