Annotation Type NoSocketTypeLabel


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface NoSocketTypeLabel
    By default, the GUI shows labels for the type of each socket based on Class.getSimpleName(). This is useful as a hint to the user of what connections would be valid (type-safe) to make. However, for some types this information is kind of useless, since the type is either named almost exactly the same as the identifier (for example, MySettingsEnum/MySettings), or the type is just so long that it gets cut off in the UI and it's probably just best to not include it.