Код: Выделить всё
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Indexed
public @interface Component
{
String value() default "";
}
Подробнее здесь: https://stackoverflow.com/questions/542 ... ue-default
Код: Выделить всё
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Indexed
public @interface Component
{
String value() default "";
}