Information

0
Story Points

Technologies

Decompiled Java File
package com.acme.anvil.service;

import com.acme.anvil.vo.Item;

public interface ItemLookup {
   Item lookupItem(long var1);
}