Uses of Annotation Interface
com.pnfsoftware.jeb.util.serialization.annotations.SerVersion
Packages that use SerVersion
Package
Description
Types used by units to read data.
Trivial implementations for the text package interfaces.
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
Collections, such as segments, custom maps/sets/lists, etc.
-
Uses of SerVersion in com.pnfsoftware.jeb.core.input
Classes in com.pnfsoftware.jeb.core.input with annotations of type SerVersion -
Uses of SerVersion in com.pnfsoftware.jeb.core.output.text.impl
Classes in com.pnfsoftware.jeb.core.output.text.impl with annotations of type SerVersionModifier and TypeClassDescriptionclass
A simple implementation for an actionable text item within a line. -
Uses of SerVersion in com.pnfsoftware.jeb.core.units
Classes in com.pnfsoftware.jeb.core.units with annotations of type SerVersionModifier and TypeClassDescriptionclass
Standard implementation of a notification manager. -
Uses of SerVersion in com.pnfsoftware.jeb.util.collect
Classes in com.pnfsoftware.jeb.util.collect with annotations of type SerVersionModifier and TypeClassDescriptionclass
WeakIdentityHashMap<K,
V> A pseudo map where keys are compared using identity comparison (likeIdentityHashMap
) but where the presence of an object as a key in the map does not prevent it being garbage collected (likeWeakHashMap
).