package com.bloatit.framework.webprocessor.annotations; /** * This annotation is to be used with gettext extraction method. */ public @interface tr { String value(); }