Annotation Interface PcodeUseropLibraryFactory.UseropLibrary

Enclosing interface:
PcodeUseropLibraryFactory

@Target(TYPE) @Retention(RUNTIME) public static @interface PcodeUseropLibraryFactory.UseropLibrary
A required annotation for identifying the library in pspec files
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The id of this library (factory)
  • Element Details

    • value

      String value
      The id of this library (factory)

      This id should not contain any commas. While other symbols are allowed, only hyphens and periods are recommended. We request all unqualified ids be reserved for use by the core Ghidra distribution. Extensions, scripts, and other 3rd-party additions should use periods to briefly qualify their names, e.g., "com.example.my-userop-lib".

      Returns:
      the id