fix: unload attributes map if empty (#2433)
This commit is contained in:
+4
-1
@@ -1,11 +1,14 @@
|
||||
package jadx.api.plugins.input.data.attributes;
|
||||
|
||||
/**
|
||||
* Jadx attribute: custom data container, can be added to most jadx nodes.
|
||||
*/
|
||||
public interface IJadxAttribute {
|
||||
|
||||
IJadxAttrType<? extends IJadxAttribute> getAttrType();
|
||||
|
||||
/**
|
||||
* Mark type to skip unloading on node unload
|
||||
* Mark type to skip unloading on node unload event
|
||||
*/
|
||||
default boolean keepLoaded() {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user