@@ -2,4 +2,4 @@ Ferma şeması, kullanıcı tarafından yazılan arayüzlerin ve sınıfların b
Açıklamalı bir yöntemin hareketi yalnızca kendisine uygulanan ek açıklama ile değil aynı zamanda yöntemin imzasıyla da belirlenir. Bu nedenle, ek açıklamalı bir yöntem, dönüş türü, bağımsız değişkenler veya yöntem adı değiştirilse bile farklı davranır. Bir yöntem açıkça tanımlanmış olduğunda dikkat edilmesi önemlidir (bir açıklama kullanmazsa) yöntem imzası her şey olabilir.
Method names that are annotated must have one of the following prefixes: add, get, remove, set, is. Exactly which prefixes are allowed varies from one annotation to the next so see the annotation's detailed documentation to make that determination. It is also possible to override this behavior by setting the `operation` argument available on most annotations which defaults to `AUTO`.
\ No newline at end of file
Ek açıklama yapılan yöntem isimlerinde aşağıdaki öneklerden birinin bulunması gerekir: ekleme, alma, kaldırma, ayarlama, olur. Exactly which prefixes are allowed varies from one annotation to the next so see the annotation's detailed documentation to make that determination. It is also possible to override this behavior by setting the `operation` argument available on most annotations which defaults to `AUTO`.