Class Native


  • public final class Native
    extends Savable
    Class for creating and saving class with native method. Created class then is used from EOrust.
    Since:
    0.30
    • Constructor Detail

      • Native

        public Native​(String name,
                      String pack)
        Ctor.
        Parameters:
        name - Name of the class.
        pack - Package of the class.