Package ball.game.scrabble
Annotation Type LetterPremium
-
@Documented @Retention(RUNTIME) @Target(TYPE) @TargetMustExtend(SQ.class) @TargetMustNotHaveModifiers(ABSTRACT) @TargetMustHaveConstructor(PUBLIC) public @interface LetterPremium
Annotationto mark premiumSQs.- Author:
- Allen D. Ball
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intvalue
-
-
-
Element Detail
-
value
int value
- Default:
- 1
-
-